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



Gets or sets the text color for the Database Schema Tree Pane.
Syntax
'Declaration
 
Public Property TextColor As System.Drawing.Color
'Usage
 
Dim instance As DatabaseSchemaTreeOptions
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

DatabaseSchemaTreeOptions Class
DatabaseSchemaTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback