|
|
|
SftTreeRowHeaders.RemainUp Property |
Defines whether row header buttons will return to their "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 SftTreeRowHeaders object.
Boolean
Defines whether row header buttons will return to their "up" position when pressed.
Boolean |
Description |
True |
The row header buttons automatically return to their "up" position when clicked. |
False |
The row header buttons remain in the "down" position when clicked. |
Comments
The RemainUp property defines whether row header buttons will return to their "up" position when pressed.
Row header buttons reflect the selection status (Item.Selected property) of each item.
The RemainUp property applies to all row headers and cannot be changed for individual items.
If row headers are not shown or row headers are shown as titles (see RowHeaders.Appearance property), this property has no effect.
See Also SftTreeRowHeaders Object | Object Hierarchy