ProfessionalColors.MenuItemSelectedGradientEnd プロパティ

定義

ToolStripMenuItem が選択されたときに使用するグラデーションの終了色を取得します。

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

プロパティ値

Color

Color が選択されたときに使用するグラデーションの終了色を表す ToolStripMenuItem

適用対象