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 whether the row/column button is currently down (pressed).
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ButtonDown instead
Get
VB.NET | Boolean = object.RowColButtonDown As Boolean |
VB | Boolean = object.RowColButtonDown As Boolean |
C#.NET | bool Boolean = object.RowColButtonDown; |
VC++ | VARIANT_BOOL Boolean = object->RowColButtonDown; VARIANT_BOOL Boolean = object->GetRowColButtonDown(); |
C | HRESULT object->get_RowColButtonDown(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.RowColButtonDown = Boolean As Boolean |
VB | object.RowColButtonDown = Boolean As Boolean |
C#.NET | bool object.RowColButtonDown = Boolean; |
VC++ | VARIANT_BOOL object->RowColButtonDown = Boolean; void object->PutRowColButtonDown(VARIANT_BOOL Boolean); |
C | HRESULT object->put_RowColButtonDown(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the row/column button is currently down (pressed).
Boolean | Description |
---|---|
True | The row/column button is pressed. |
False | The row/column button is not pressed. |
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ButtonDown instead
The RowColButtonDown property defines whether the row/column button is currently down (pressed).
The row/column header is only available if both row headers (see RowHeaders.Appearance property) and column headers (see Headers.Appearance property) are shown.
The ItemClick event is generated when the user clicks on the row/column header button. The RowColumnHeader.RemainUp property can be used to define the button to automatically return to its "up" position after being pressed.
The row/column header is drawn as a button if the RowColumnHeader.Appearance property is set accordingly.
See Also SftTree Object | Object Hierarchy