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
Sorts the column.
VB.NET | object.Sort(ByVal Ascending As Boolean) |
VB | object.Sort(ByVal Ascending As Boolean) |
C#.NET | void object.Sort(bool Ascending); |
VC++ | HRESULT object->Sort(VARIANT_BOOL Ascending); |
C | HRESULT object->raw_Sort(VARIANT_BOOL Ascending); |
object
A SftDirectoryColumn object.
Ascending
Set to True to sort the column contents in ascending fashion, False for descending sort order.
The Sort method sorts the column.
Column sorting is only available if the Headers.Sortable property is suitably defined.
The column header receives an indicator image, showing the current sort direction ( = ascending or = descending).
User contents (see Column.Contents, contentsSftDirectoryUser1 - contentsSftDirectoryUser9) are always sorted alphabetically.
See Also SftDirectoryColumn Object | Object Hierarchy