ToolStripOverflowButton::HasDropDownItems Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool HasDropDownItems {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: