ToolStripDropDownItem::HasDropDownItems Property

 

Gets a value indicating whether the ToolStripDropDownItem has ToolStripDropDown controls associated with it.

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

public:
[BrowsableAttribute(false)]
property bool HasDropDownItems {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the ToolStripDropDownItem has ToolStripDropDown controls; otherwise, false.

The following code example demonstrates how to query the HasDropDownItems property to conditionally show a ToolStripDropDownItem control. This code example is part of a larger example provided for the ToolStripDropDownItem class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: