Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RemainUp Property, SftTreeRowHeaders Object

Defines whether row header buttons will return to their "up" position when pressed.

Syntax

Get

VB.NETBoolean = object.RemainUp As Boolean
VBBoolean = object.RemainUp As Boolean
C#.NETbool Boolean = object.RemainUp;
VC++VARIANT_BOOL Boolean = object->RemainUp;
VARIANT_BOOL Boolean = object->GetRemainUp();
CHRESULT object->get_RemainUp(VARIANT_BOOL* Boolean);

Put

VB.NETobject.RemainUp = Boolean As Boolean
VBobject.RemainUp = Boolean As Boolean
C#.NETbool object.RemainUp = Boolean;
VC++VARIANT_BOOL object->RemainUp = Boolean;
void object->PutRemainUp(VARIANT_BOOL Boolean);
CHRESULT object->put_RemainUp(VARIANT_BOOL Boolean);

object

A SftTreeRowHeaders object.

Boolean

Defines whether row header buttons will return to their "up" position when pressed.

BooleanDescription
TrueThe row header buttons automatically return to their "up" position when clicked.
FalseThe 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


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.