Gets or sets the font the StatusBar control will use to display information.
[Visual Basic] Overridable Public Property Font As Font [C#] public Font Font {override get; override set;} [C++] public: __property virtual Font* get_Font(); public: __property virtual void set_Font(Font*); [JScript] public function get Font() : Font; public function set Font(Font);
The Font of the text. The default is the font of the container, unless you override it.
StatusBar Class | StatusBar Members | System.WinForms Namespace | Font