BCGControlBar Library for .NET
BackColor Property (StatusBarPaneInfo)




Gets or sets the background color for the pane.

Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}
public: __property Color get_BackColor();
public: __property void set_BackColor( 
   Color value
);
public:
property Color BackColor {
   Color get();
   void set (    Color value);
}

Property Value

 Raise PropertChangedEvent on setting new value of the BackColor. 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback