Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

HideExpandCollapseButton Property, SftTreeItem Object

Defines whether the item's expand/collapse button is hidden.

Syntax

Get

VB.NETBoolean = object.HideExpandCollapseButton As Boolean
VBBoolean = object.HideExpandCollapseButton As Boolean
C#.NETbool Boolean = object.HideExpandCollapseButton;
VC++VARIANT_BOOL Boolean = object->HideExpandCollapseButton;
VARIANT_BOOL Boolean = object->GetHideExpandCollapseButton();
CHRESULT object->get_HideExpandCollapseButton(VARIANT_BOOL* Boolean);

Put

VB.NETobject.HideExpandCollapseButton = Boolean As Boolean
VBobject.HideExpandCollapseButton = Boolean As Boolean
C#.NETbool object.HideExpandCollapseButton = Boolean;
VC++VARIANT_BOOL object->HideExpandCollapseButton = Boolean;
void object->PutHideExpandCollapseButton(VARIANT_BOOL Boolean);
CHRESULT object->put_HideExpandCollapseButton(VARIANT_BOOL Boolean);

object

A SftTreeItem object.

Boolean

Defines whether the item's expand/collapse button is hidden.

BooleanDescription
TrueThe item's expand/collapse button is hidden.
FalseThe item's expand/collapse button is shown.

Comments

The HideExpandCollapseButton property defines whether the item's expand/collapse button is hidden.

If the item is not expandable and doesn't have an expand/collapse button, this property has no effect.

The ButtonStyle property defines the expand/collapse button display method for all items.

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