ProfessionalColorTable.MenuItemPressedGradientMiddle Property

Definition

Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.

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

Property Value

A Color that is the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.

Applies to