Active Query Builder 2 .NET Edition reference
Font Property (QueryStructureTreeOptions)



Gets or sets the font of the text displayed in the nodes of Query Structure Tree.
Syntax
'Declaration
 
Public Property Font As System.Drawing.Font
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Drawing.Font
 
instance.Font = value
 
value = instance.Font
public System.Drawing.Font Font {get; set;}
public: __property System.Drawing.Font* get_Font();
public: __property void set_Font( 
   System.Drawing.Font* value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback