NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBar.Font

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);

Property Value

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

See Also

StatusBar Class | StatusBar Members | System.WinForms Namespace | Font