ProfessionalColorTable.MenuItemSelectedGradientEnd プロパティ

定義

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

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

プロパティ値

Color

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

適用対象