StatusBar::Font Property

 
Use BaseTrue

Gets or sets the font the StatusBar control will use to display information.

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

public:
property Font^ Font {
	virtual Font^ get() override;
	virtual void set(Font^ value) override;
}

Property Value

Type: System.Drawing::Font^

The Font of the text. The default is the font of the container, unless you override it.

.NET Framework
Available since 1.1
Return to top
Show: