ToolStrip::Font Property

 

Gets or sets the font used to display text in the control.

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 current default font.

.NET Framework
Available since 2.0
Return to top
Show: