Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ButtonCollapsedDown Property, SftTree Object

Defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

Syntax

Get

VB.NETrefImageObj = object.ButtonCollapsedDown As SftPictureObject
VBSet refImageObj = object.ButtonCollapsedDown As SftPictureObject
C#.NETSftPictureObject refImageObj = object.ButtonCollapsedDown;
VC++ISftPictureObject* refImageObj = object->ButtonCollapsedDown;
ISftPictureObject* refImageObj = object->GetButtonCollapsedDown();
CHRESULT object->get_ButtonCollapsedDown(ISftPictureObject** refImageObj);

Put

VB.NETobject.ButtonCollapsedDown = refImageObj As SftPictureObject
VBobject.ButtonCollapsedDown = refImageObj As SftPictureObject
C#.NETSftPictureObject object.ButtonCollapsedDown = refImageObj;
VC++ISftPictureObject* object->ButtonCollapsedDown = refImageObj;
void object->PutButtonCollapsedDown(ISftPictureObject* refImageObj);
CHRESULT object->put_ButtonCollapsedDown(ISftPictureObject* refImageObj);

object

A SftTree object.

refImageObj

Defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

Comments

The ButtonCollapsedDown property defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

If the ButtonCollapsedDown property is set to Null/Nothing, the image defined using the ButtonCollapsed property is used instead.

User-defined expand/collapse button images are only used if the ButtonAppearance property is set to buttonsSftTreeUserImages and at least the ButtonExpanded and ButtonCollapsed properties define valid images.

Sample bitmaps for expand/collapse buttons are provided in the directory \Program Files\Softelvdm\SftTree OCX 7.5\Images.

See Also SftTree Object | Object Hierarchy


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