SystemFonts.SmallCaptionFont プロパティ

定義

ツール ウィンドウなどの小さなウィンドウのタイトル バーにテキストを表示するために使用される Font を取得します。

public:
 static property System::Drawing::Font ^ SmallCaptionFont { System::Drawing::Font ^ get(); };
public static System.Drawing.Font SmallCaptionFont { get; }
public static System.Drawing.Font? SmallCaptionFont { get; }
static member SmallCaptionFont : System.Drawing.Font
Public Shared ReadOnly Property SmallCaptionFont As Font

プロパティ値

ツール ウィンドウなどの小さなウィンドウのタイトル バーにテキストを表示するために使用される Font

適用対象