Active Query Builder 2 .NET Edition reference
Color Property (FieldListNameColumnOptions)



Gets or sets font color of the text for ordinary fields.
Syntax
public System.Drawing.Color Color {get; set;}
public: __property System.Drawing.Color get_Color();
public: __property void set_Color( 
   System.Drawing.Color value
);
'Declaration
 
Public Property Color As System.Drawing.Color
 
'Usage
 
Dim instance As FieldListNameColumnOptions
Dim value As System.Drawing.Color
 
instance.Color = value
 
value = instance.Color
See Also

Reference

FieldListNameColumnOptions Class
FieldListNameColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback