ProfessionalColorTable.MenuItemPressedGradientBegin プロパティ

定義

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

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

プロパティ値

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

適用対象