TreeNodeDropDown..::..DropDownButton Property

Gets the drop down button.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public DropDownButton DropDownButton { get; set; }
Public Property DropDownButton As DropDownButton
	Get
	Set
public:
property DropDownButton^ DropDownButton {
	DropDownButton^ get ();
	void set (DropDownButton^ value);
}

Field Value

The drop down button.