ProfessionalColors.MenuItemSelectedGradientEnd プロパティ

定義

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

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

プロパティ値

Colorの選択時に使用されるグラデーションの終了色を示すToolStripMenuItem

適用対象