SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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 the column header's behavior during column reordering.
Get
| VB.NET | Boolean = object.KeepPosition As Boolean |
| VB | Boolean = object.KeepPosition As Boolean |
| C#.NET | bool Boolean = object.KeepPosition; |
| VC++ | VARIANT_BOOL Boolean = object->KeepPosition; VARIANT_BOOL Boolean = object->GetKeepPosition(); |
| C | HRESULT object->get_KeepPosition(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.KeepPosition = Boolean As Boolean |
| VB | object.KeepPosition = Boolean As Boolean |
| C#.NET | bool object.KeepPosition = Boolean; |
| VC++ | VARIANT_BOOL object->KeepPosition = Boolean; void object->PutKeepPosition(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_KeepPosition(VARIANT_BOOL Boolean); |
object
A SftDirectoryColumn object.
Boolean
Defines the column header's behavior during column reordering.
| Boolean | Description |
|---|---|
| True | The column can be reordered using column drag & drop. |
| False | The column must remain in the current column position. Columns on the left can be reordered but cannot be moved to the right of the column and vice versa. This is usually used with the first column, to prevent the user from changing its position when using column drag & drop. |
The KeepPosition property defines the column header's behavior during column reordering.
See Also SftDirectoryColumn Object | Object Hierarchy
