ToolStripDropDownItem::HasDropDown Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the DropDown for the ToolStripDropDownItem has been created.

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

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

Property Value

Type: System::Boolean

true if the DropDown for the ToolStripDropDownItem has been created otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: