DocumentControlIHandlerAllowReordering 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 bool AllowReordering { get; set; }
Property AllowReordering As Boolean
Get
Set
abstract AllowReordering : bool with get, set
Property Value
Type:
Booleantrue to allow reordering; otherwise,
false.
See Also