Active Query Builder 2 .NET Edition reference
CustomLanguagePath Property



Determines location of the component's language files.
Syntax
'Declaration
 
Public Property CustomLanguagePath As System.String
'Usage
 
Dim instance As QueryBuilderControl
Dim value As System.String
 
instance.CustomLanguagePath = value
 
value = instance.CustomLanguagePath
public System.string CustomLanguagePath {get; set;}
public: __property System.string* get_CustomLanguagePath();
public: __property void set_CustomLanguagePath( 
   System.string* value
);
Remarks
Language resources are embedded into the main assembly, so you don't need to deploy any language files unless they are modified.
See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback