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 the column order, usually used to save/load an existing column layout.
Get
VB.NET | String = object.Order As String |
VB | String = object.Order As String |
C#.NET | string String = object.Order; |
VC++ | _bstr_t String = object->Order; _bstr_t String = object->GetOrder(); |
C | HRESULT object->get_Order(BSTR* String); |
Put
VB.NET | object.Order = String As String |
VB | object.Order = String As String |
C#.NET | string object.Order = String; |
VC++ | _bstr_t object->Order = String; void object->PutOrder(_bstr_t String); |
C | HRESULT object->put_Order(BSTR String); |
object
String
Defines the column order, usually used to save/load an existing column layout.
The Order property defines the column order, usually used to save/load an existing column layout.
The property returns a comma-delimited list of real column numbers in the order in which they are displayed.
The value returned by the Order property could be saved in the Windows Registry or a data file. By assigning the saved value to the Order property at a later time, the display order of the columns can be restored.
The Widths property can be used to save/restore the widths of all columns.
See Also SftBoxColumns Object | Object Hierarchy