Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ButtonExpanded Property, SftTree Object

Defines the expand/collapse button image for an expanded parent item.

Syntax

Get

VB.NETrefImageObj = object.ButtonExpanded As SftPictureObject
VBSet refImageObj = object.ButtonExpanded As SftPictureObject
C#.NETSftPictureObject refImageObj = object.ButtonExpanded;
VC++ISftPictureObject* refImageObj = object->ButtonExpanded;
ISftPictureObject* refImageObj = object->GetButtonExpanded();
CHRESULT object->get_ButtonExpanded(ISftPictureObject** refImageObj);

Put

VB.NETobject.ButtonExpanded = refImageObj As SftPictureObject
VBobject.ButtonExpanded = refImageObj As SftPictureObject
C#.NETSftPictureObject object.ButtonExpanded = refImageObj;
VC++ISftPictureObject* object->ButtonExpanded = refImageObj;
void object->PutButtonExpanded(ISftPictureObject* refImageObj);
CHRESULT object->put_ButtonExpanded(ISftPictureObject* refImageObj);

object

A SftTree object.

refImageObj

Defines the expand/collapse button image for an expanded parent item.

Comments

The ButtonExpanded property defines the expand/collapse button image for an expanded parent item.

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.