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 header's behavior during resizing.
Get
VB.NET | Boolean = object.Locked As Boolean |
VB | Boolean = object.Locked As Boolean |
C#.NET | bool Boolean = object.Locked; |
VC++ | VARIANT_BOOL Boolean = object->Locked; VARIANT_BOOL Boolean = object->GetLocked(); |
C | HRESULT object->get_Locked(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Locked = Boolean As Boolean |
VB | object.Locked = Boolean As Boolean |
C#.NET | bool object.Locked = Boolean; |
VC++ | VARIANT_BOOL object->Locked = Boolean; void object->PutLocked(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Locked(VARIANT_BOOL Boolean); |
object
A SftDirectoryColumn object.
Boolean
Defines the header's behavior during resizing.
Boolean | Description |
---|---|
True | The column width is locked and the user cannot resize the column. This can be used to hide certain columns. By setting a column's width to 0 and locking it, a user cannot make the column visible. |
False | The column can be resized by the user. |
The Locked property defines the header's behavior during resizing.
See Also SftDirectoryColumn Object | Object Hierarchy