Active Query Builder 2 .NET Edition reference
FocusedBackgroundColor Property



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

Reference

DataSourceOptions Class
DataSourceOptions Members
BackgroundColor Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback