Active Query Builder 2 .NET Edition reference
BackColor Property (DesignPaneOptions)



Gets or sets the background color for the Design Pane.
Syntax
'Declaration
 
Public Property BackColor As System.Drawing.Color
'Usage
 
Dim instance As DesignPaneOptions
Dim value As System.Drawing.Color
 
instance.BackColor = value
 
value = instance.BackColor
public System.Drawing.Color BackColor {get; set;}
public: __property System.Drawing.Color get_BackColor();
public: __property void set_BackColor( 
   System.Drawing.Color value
);
See Also

Reference

DesignPaneOptions Class
DesignPaneOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback