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



Gets or sets the color of the text displayed by the control.
Syntax
'Declaration
 
Public Property TextColor As System.Drawing.Color
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As System.Drawing.Color
 
instance.TextColor = value
 
value = instance.TextColor
public System.Drawing.Color TextColor {get; set;}
public: __property System.Drawing.Color get_TextColor();
public: __property void set_TextColor( 
   System.Drawing.Color value
);
See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback