SystemFonts.MenuFont プロパティ

定義

メニューに使用される Font を取得します。

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

プロパティ値

メニューに使用される Font

適用対象