SystemColors.MenuText プロパティ

定義

メニューのテキストの色である Color 構造を取得します。

public:
 static property System::Drawing::Color MenuText { System::Drawing::Color get(); };
public static System.Drawing.Color MenuText { get; }
static member MenuText : System.Drawing.Color
Public Shared ReadOnly Property MenuText As Color

プロパティ値

メニューのテキストの色を表す Color

適用対象