SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether columns can be reordered using column drag & drop.
Get
| VB.NET | Boolean = object.Reorderable As Boolean |
| VB | Boolean = object.Reorderable As Boolean |
| C#.NET | bool Boolean = object.Reorderable; |
| VC++ | VARIANT_BOOL Boolean = object->Reorderable; VARIANT_BOOL Boolean = object->GetReorderable(); |
| C | HRESULT object->get_Reorderable(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.Reorderable = Boolean As Boolean |
| VB | object.Reorderable = Boolean As Boolean |
| C#.NET | bool object.Reorderable = Boolean; |
| VC++ | VARIANT_BOOL object->Reorderable = Boolean; void object->PutReorderable(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_Reorderable(VARIANT_BOOL Boolean); |
object
A SftTreeHeaders object.
Boolean
Defines whether columns can be reordered using column drag & drop.
| Boolean | Description |
|---|---|
| True | Columns can be reordered by the user. |
| False | Columns cannot be reordered by the user. |
The Reorderable property defines whether columns can be reordered using column drag & drop.
Even if column reordering has been enabled using the Reorderable property, individual columns can be prevented from being reordered by using the Header.KeepPosition property.
BeginProperty Headers {9EBAA936-293D-44FA-9989-08F078763A1F}
Appearance = 1
BackColor = -2147483633
ForeColor = -2147483630
GrayedColor = -2147483631
HilightColor = -2147483628
Multiline = 1
ShadowColor = -2147483632
Reorderable = 1
Resizable = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Microsoft Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'FalseSee Also SftTreeHeaders Object | Object Hierarchy
