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 footer button is currently pressed.
Get
VB.NET | Boolean = object.ButtonDown As Boolean |
VB | Boolean = object.ButtonDown As Boolean |
C#.NET | bool Boolean = object.ButtonDown; |
VC++ | VARIANT_BOOL Boolean = object->ButtonDown; VARIANT_BOOL Boolean = object->GetButtonDown(); |
C | HRESULT object->get_ButtonDown(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ButtonDown = Boolean As Boolean |
VB | object.ButtonDown = Boolean As Boolean |
C#.NET | bool object.ButtonDown = Boolean; |
VC++ | VARIANT_BOOL object->ButtonDown = Boolean; void object->PutButtonDown(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ButtonDown(VARIANT_BOOL Boolean); |
object
A SftTreeRowColumnFooter object.
Boolean
Defines whether the row/column footer button is currently pressed.
Boolean | Description |
---|---|
True | The row/column footer button is pressed. |
False | The row/column footer button is not pressed. |
The ButtonDown property defines whether the row/column footer button is currently pressed.
The row/column footer is only available if both row headers (see RowHeaders.Appearance property) and column footers (see Footers.Appearance property) are shown.
The ItemClick event is generated when the user clicks on the row/column footer button. The RowColumnFooter.RemainUp property can be used to define the button to automatically return to its "up" position after being pressed.
The row/column footer is drawn as a button if the RowColumnFooter.Appearance property is set accordingly.
See Also SftTreeRowColumnFooter Object | Object Hierarchy