Active Query Builder 2 .NET Edition reference
BackgroundColor Property



Gets or sets the background color for the DataSource objects.
Syntax
'Declaration
 
Public Property BackgroundColor As System.Drawing.Color
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Drawing.Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public System.Drawing.Color BackgroundColor {get; set;}
public: __property System.Drawing.Color get_BackgroundColor();
public: __property void set_BackgroundColor( 
   System.Drawing.Color value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members
FocusedBackgroundColor Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback