Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColButtonRemainUp Property, SftTree Object

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

Get

VB.NETBoolean = object.RowColButtonRemainUp As Boolean
VBBoolean = object.RowColButtonRemainUp As Boolean
C#.NETbool Boolean = object.RowColButtonRemainUp;
VC++VARIANT_BOOL Boolean = object->RowColButtonRemainUp;
VARIANT_BOOL Boolean = object->GetRowColButtonRemainUp();
CHRESULT object->get_RowColButtonRemainUp(VARIANT_BOOL* Boolean);

Put

VB.NETobject.RowColButtonRemainUp = Boolean As Boolean
VBobject.RowColButtonRemainUp = Boolean As Boolean
C#.NETbool object.RowColButtonRemainUp = Boolean;
VC++VARIANT_BOOL object->RowColButtonRemainUp = Boolean;
void object->PutRowColButtonRemainUp(VARIANT_BOOL Boolean);
CHRESULT object->put_RowColButtonRemainUp(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether the row/column button will return to its "up" position when pressed.

BooleanDescription
TrueThe row/column header button automatically returns to its "up" position when clicked.
FalseThe 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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.