SystemFonts.CaptionFont プロパティ

定義

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

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

プロパティ値

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

適用対象