DropDownButton..::..HotDrop Property

Gets or sets a value indicating whether [hot drop].

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

Syntax


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

Field Value

true if [hot drop]; otherwise, false.