DocumentControlAllowReordering Property |
Gets or sets a value indicating the tabs can be reordered.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AllowReordering { get; set; }
Public Property AllowReordering As Boolean
Get
Set
member AllowReordering : bool with get, set
Property Value
Type:
Booleantrue to allow reordering; otherwise,
false.
See Also