| 
 | 
 | 
 | 
| SftTree.ButtonExpanded Property | 
Defines the expand/collapse button image for an expanded parent item.
Syntax
| VB.NET | refImageObj = object.ButtonExpanded As SftPictureObject | ||
| VB | Set refImageObj = object.ButtonExpanded As SftPictureObject | ||
| C#.NET | SftPictureObject refImageObj = object.ButtonExpanded; | ||
| VC++ | 
ISftPictureObject* refImageObj = object->ButtonExpanded;
 | ||
| C | HRESULT object->get_ButtonExpanded(ISftPictureObject** refImageObj); | ||
| Delphi | refImageObj := object.ButtonExpanded : ISftPictureObject; | ||
| VB.NET | object.ButtonExpanded = refImageObj As SftPictureObject | ||
| VB | object.ButtonExpanded = refImageObj As SftPictureObject | ||
| C#.NET | SftPictureObject object.ButtonExpanded = refImageObj; | ||
| VC++ | 
ISftPictureObject* object->ButtonExpanded = refImageObj;
 | ||
| C | HRESULT object->put_ButtonExpanded(ISftPictureObject* refImageObj); | ||
| Delphi | object.ButtonExpanded := refImageObj : ISftPictureObject; | ||
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.0\Images.
See Also SftTree Object | Object Hierarchy