|
|
|
SftTree.RowColButtonRemainUp Property |
Defines whether the row/column button will return to its "up" position when pressed.
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.RemainUp instead
Syntax
VB.NET |
Boolean = object.RowColButtonRemainUp As Boolean |
||
VB |
Boolean = object.RowColButtonRemainUp As Boolean |
||
C#.NET |
bool Boolean = object.RowColButtonRemainUp; |
||
VC++ |
VARIANT_BOOL Boolean = object->RowColButtonRemainUp;
|
||
C |
HRESULT object->get_RowColButtonRemainUp(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.RowColButtonRemainUp : WordBool; |
||
VB.NET |
object.RowColButtonRemainUp = Boolean As Boolean |
||
VB |
object.RowColButtonRemainUp = Boolean As Boolean |
||
C#.NET |
bool object.RowColButtonRemainUp = Boolean; |
||
VC++ |
VARIANT_BOOL object->RowColButtonRemainUp = Boolean;
|
||
C |
HRESULT object->put_RowColButtonRemainUp(VARIANT_BOOL Boolean); |
||
Delphi |
object.RowColButtonRemainUp := Boolean : WordBool; |
object
A SftTree object.
Boolean
Defines whether the row/column button will return to its "up" position when pressed.
Boolean |
Description |
True |
The row/column header button automatically returns to its "up" position when clicked. |
False |
The row/column header button remains in the "down" position when clicked. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.RemainUp instead
The RowColButtonRemainUp property defines whether the row/column button will return to its "up" position when 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