Initializes a new instance of the MovableAttribute 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 MovableAttribute(
	bool movable
)
Visual Basic
Public Sub New ( _
	movable As Boolean _
)
Visual C++
public:
MovableAttribute(
	bool movable
)

Parameters

movable
Type: System..::..Boolean

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

See Also