ToolStripOverflowButton.HasDropDownItems Property

Definition

Gets a value indicating whether the ToolStripOverflowButton has items that overflow the ToolStrip.

public:
 virtual property bool HasDropDownItems { bool get(); };
public override bool HasDropDownItems { get; }
member this.HasDropDownItems : bool
Public Overrides ReadOnly Property HasDropDownItems As Boolean

Property Value

true if the ToolStripOverflowButton has overflow items; otherwise, false.

Applies to