ProfessionalColorTable.MenuItemSelectedGradientBegin プロパティ

定義

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

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

プロパティ値

Color

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

適用対象