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 header button.
Get
VB.NET | ButtonIndex = object.ButtonDown As Short |
VB | ButtonIndex = object.ButtonDown As Integer |
C#.NET | short ButtonIndex = object.ButtonDown; |
VC++ | short ButtonIndex = object->ButtonDown; short ButtonIndex = object->GetButtonDown(); |
C | HRESULT object->get_ButtonDown(short* ButtonIndex); |
Put
VB.NET | object.ButtonDown = ButtonIndex As Short |
VB | object.ButtonDown = ButtonIndex As Integer |
C#.NET | short object.ButtonDown = ButtonIndex; |
VC++ | short object->ButtonDown = ButtonIndex; void object->PutButtonDown(short ButtonIndex); |
C | HRESULT object->put_ButtonDown(short ButtonIndex); |
object
ButtonIndex
The zero-based index of the currently pressed column header. -1 if no header button is pressed.
The ButtonDown property defines the currently pressed header button.
This property can only be used if column headers are defined as buttons (see Headers.Style).
Only one column header button can be pressed at one time.
For header buttons to remain in their pressed position when the user clicks on them, the Header.RemainUp property must be set to False for each header.
See Also SftBoxHeaders Object | Object Hierarchy