ScrollBar.ForeColor Property
Definition
Gets or sets the foreground color of the scroll bar control.
public:
virtual property System::Drawing::Color ForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color ForeColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ForeColor : System.Drawing.Color with get, set
Public Overrides Property ForeColor As Color
Property Value
A Color that represents the foreground color for this scroll bar control. The default is the foreground color of the parent control.
- Attributes
Remarks
This property can only be changed programmatically; it is not visible in the Properties window.