|
|
|
SftTreeRowColumnHeader.RemainUp Property |
Defines whether the row/column header button will return to its "up" position when pressed.
Syntax
VB.NET |
Boolean = object.RemainUp As Boolean |
||
VB |
Boolean = object.RemainUp As Boolean |
||
C#.NET |
bool Boolean = object.RemainUp; |
||
VC++ |
VARIANT_BOOL Boolean = object->RemainUp;
|
||
C |
HRESULT object->get_RemainUp(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.RemainUp : WordBool; |
||
VB.NET |
object.RemainUp = Boolean As Boolean |
||
VB |
object.RemainUp = Boolean As Boolean |
||
C#.NET |
bool object.RemainUp = Boolean; |
||
VC++ |
VARIANT_BOOL object->RemainUp = Boolean;
|
||
C |
HRESULT object->put_RemainUp(VARIANT_BOOL Boolean); |
||
Delphi |
object.RemainUp := Boolean : WordBool; |
object
A SftTreeRowColumnHeader object.
Boolean
Defines whether the row/column header 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
The RemainUp property defines whether the row/column header 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 SftTreeRowColumnHeader Object | Object Hierarchy