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 foreground color of the bar.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public override Color ForeColor { get; set; }
public:
property Color ForeColor {
virtual Color get() override;
virtual void set(Color value) override;
}
Public Overrides Property ForeColor As Color
Property Value
Type: System.Drawing.Color
See Also
SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top