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 column sorting is available.
Get
VB.NET | Boolean = object.Sortable As Boolean |
VB | Boolean = object.Sortable As Boolean |
C#.NET | bool Boolean = object.Sortable; |
VC++ | VARIANT_BOOL Boolean = object->Sortable; VARIANT_BOOL Boolean = object->GetSortable(); |
C | HRESULT object->get_Sortable(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Sortable = Boolean As Boolean |
VB | object.Sortable = Boolean As Boolean |
C#.NET | bool object.Sortable = Boolean; |
VC++ | VARIANT_BOOL object->Sortable = Boolean; void object->PutSortable(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Sortable(VARIANT_BOOL Boolean); |
object
A SftDirectoryHeaders object.
Boolean
Defines whether column sorting is available.
Boolean | Description |
---|---|
True | Column contents can be sorted by the end-user by clicking on the column header or by the application by using the Sort method. |
False | Columns cannot be sorted. |
The Sortable property defines whether column sorting is available.
The column header receives an indicator image, showing the current sort direction ( = ascending or = descending).
The Headers.Style property defines the appearance of the column headers and must be set to headersSftDirectoryButton, otherwise the end-user cannot click on column headers for sorting purposes.
See Also SftDirectoryHeaders Object | Object Hierarchy