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



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

Reference

FieldListDescriptionColumnOptions Class
FieldListDescriptionColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback