ProfessionalColors.MenuItemSelectedGradientBegin プロパティ

定義

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

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

プロパティ値

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

適用対象