Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the background color of the bar.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public override Color BackColor { get; set; }
public:
property Color BackColor {
virtual Color get() override;
virtual void set(Color value) override;
}
Public Overrides Property BackColor As Color
Property Value
Type: System.Drawing.Color
See Also
SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top