Initializes a new instance of the ResizableAttribute class

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

Syntax

C#
public ResizableAttribute(
	bool resizable
)
Visual Basic
Public Sub New ( _
	resizable As Boolean _
)
Visual C++
public:
ResizableAttribute(
	bool resizable
)

Parameters

resizable
Type: System..::..Boolean

[Missing <param name="resizable"/> documentation for "M:Ntreev.Windows.Forms.Grid.ResizableAttribute.#ctor(System.Boolean)"]

See Also