StatusBar.Font Eigenschap

Definitie

Hiermee haalt u het lettertype op dat door het StatusBar besturingselement wordt gebruikt om informatie weer te geven.

public:
 virtual property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public override System.Drawing.Font Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

Waarde van eigenschap

De Font tekst. De standaardwaarde is het lettertype van de container, tenzij u deze overschrijft.

Van toepassing op

Zie ook