UpDownBase::ForeColor Property

 

Gets or sets the foreground color of the spin box (also known as an up-down control).

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color ForeColor {
	virtual Color get() override;
	virtual void set(Color value) override;
}

Property Value

Type: System.Drawing::Color

The foreground Color of the spin box.

The ForeColor property will change the color of the text in the textbox portion of the spin box.

.NET Framework
Available since 1.1
Return to top
Show: