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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether columns can be reordered using column drag & drop.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead
Get
VB.NET | Boolean = object.ReorderColumns As Boolean |
VB | Boolean = object.ReorderColumns As Boolean |
C#.NET | bool Boolean = object.ReorderColumns; |
VC++ | VARIANT_BOOL Boolean = object->ReorderColumns; VARIANT_BOOL Boolean = object->GetReorderColumns(); |
C | HRESULT object->get_ReorderColumns(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ReorderColumns = Boolean As Boolean |
VB | object.ReorderColumns = Boolean As Boolean |
C#.NET | bool object.ReorderColumns = Boolean; |
VC++ | VARIANT_BOOL object->ReorderColumns = Boolean; void object->PutReorderColumns(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ReorderColumns(VARIANT_BOOL Boolean); |
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. |
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead
The ReorderColumns property defines whether columns can be reordered using column drag & drop.
Even if column reordering has been enabled using the ReorderColumns property, individual columns can be prevented from being reordered by using the Header.KeepPosition property.
See Also SftTree Object | Object Hierarchy