Gets or sets a value indicating whether this object use custom language files.
'Declaration
Public Property UseCustomLanguageFiles As System.Boolean
'Usage
Dim instance As QueryBuilderControl
Dim value As System.Boolean
instance.UseCustomLanguageFiles = value
value = instance.UseCustomLanguageFiles
public System.bool UseCustomLanguageFiles {get; set;}
public: __property System.bool get_UseCustomLanguageFiles();
public: __property void set_UseCustomLanguageFiles(
System.bool value
);
Property Value
true if use custom language files, false if not.