Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

UpdateCurrentExpandCollapse Property, SftTreeItems Object

Defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.

Syntax

Get

VB.NETBoolean = object.UpdateCurrentExpandCollapse As Boolean
VBBoolean = object.UpdateCurrentExpandCollapse As Boolean
C#.NETbool Boolean = object.UpdateCurrentExpandCollapse;
VC++VARIANT_BOOL Boolean = object->UpdateCurrentExpandCollapse;
VARIANT_BOOL Boolean = object->GetUpdateCurrentExpandCollapse();
CHRESULT object->get_UpdateCurrentExpandCollapse(VARIANT_BOOL* Boolean);

Put

VB.NETobject.UpdateCurrentExpandCollapse = Boolean As Boolean
VBobject.UpdateCurrentExpandCollapse = Boolean As Boolean
C#.NETbool object.UpdateCurrentExpandCollapse = Boolean;
VC++VARIANT_BOOL object->UpdateCurrentExpandCollapse = Boolean;
void object->PutUpdateCurrentExpandCollapse(VARIANT_BOOL Boolean);
CHRESULT object->put_UpdateCurrentExpandCollapse(VARIANT_BOOL Boolean);

object

A SftTreeItems object.

Boolean

Defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.

BooleanDescription
TrueThe current item is updated when the expand/collapse button is clicked. The Items.Current property is updated and the ItemIndex argument of the ItemClick event indicates which item's expand/collapse button has been clicked.
FalseThe current item is not updated when the expand/collapse button is clicked. The ItemIndex argument of the ItemClick event indicates which item's expand/collapse button has been clicked.

Comments

The UpdateCurrentExpandCollapse property defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.

See Also SftTreeItems 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.