StatusBar.Font プロパティ

定義

StatusBar コントロールで情報を表示するために使用されるフォントを取得または設定します。

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

プロパティ値

テキストの Font。 オーバーライドしない限り、既定でコンテナーのフォントになります。

適用対象

こちらもご覧ください