DropDown에 사용되는 form의 크기를 사용자가 조절할 수 있는지에 대한 여부를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public virtual bool Sizable { get; set; }
Visual Basic
Public Overridable Property Sizable As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Sizable {
	bool get ();
	void set (bool value);
}

Return Value

사용자가 DropDown의 사용되는 form 크기를 조절할 수 있으면 true를 그렇지 않으면 false를 반환합니다.

See Also