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



Gets or sets the background color for the Query Structure Tree Pane.
Syntax
'Declaration
 
Public Property BackColor As System.Drawing.Color
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Drawing.Color
 
instance.BackColor = value
 
value = instance.BackColor
public System.Drawing.Color BackColor {get; set;}
public: __property System.Drawing.Color get_BackColor();
public: __property void set_BackColor( 
   System.Drawing.Color value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback