Active Query Builder 2 .NET Edition reference
EmptySpaceColor Property



Gets or sets the empty space color of the Query Column List control.
Syntax
'Declaration
 
Public Property EmptySpaceColor As System.Drawing.Color
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As System.Drawing.Color
 
instance.EmptySpaceColor = value
 
value = instance.EmptySpaceColor
public System.Drawing.Color EmptySpaceColor {get; set;}
public: __property System.Drawing.Color get_EmptySpaceColor();
public: __property void set_EmptySpaceColor( 
   System.Drawing.Color value
);
See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback