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



Gets or sets the background color (row color) for the Query Column List control.
Syntax
'Declaration
 
Public Property BackColor As System.Drawing.Color
'Usage
 
Dim instance As QueryColumnListOptions
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

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback