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 currently pressed column header button.
Get
VB.NET | ColIndex = object.Pressed As Short |
VB | ColIndex = object.Pressed As Integer |
C#.NET | short ColIndex = object.Pressed; |
VC++ | short ColIndex = object->Pressed; short ColIndex = object->GetPressed(); |
C | HRESULT object->get_Pressed(short* ColIndex); |
Put
VB.NET | object.Pressed = ColIndex As Short |
VB | object.Pressed = ColIndex As Integer |
C#.NET | short object.Pressed = ColIndex; |
VC++ | short object->Pressed = ColIndex; void object->PutPressed(short ColIndex); |
C | HRESULT object->put_Pressed(short ColIndex); |
object
A SftTreeHeaders object.
ColIndex
Defines the currently pressed column header button. This can be -1 if no column header button is pressed.
The Pressed property defines the currently pressed column header button.
Only one button can be pressed at a time. All buttons can be reset by specifying -1 as ColIndex.
The Header.RemainUp property can be used to allow header buttons to automatically return to their "up" position, so the Headers.Pressed property does not have to be used.
See Also SftTreeHeaders Object | Object Hierarchy