ToolStripControlHost::ForeColor Property

 

Gets or sets the foreground color of the hosted 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

A Color representing the foreground color of the hosted control.

.NET Framework
Available since 2.0
Return to top
Show: