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