|
|
|
SftTree.ButtonCollapsedDown Property |
Defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.
Syntax
VB.NET |
refImageObj = object.ButtonCollapsedDown As SftPictureObject |
||
VB |
Set refImageObj = object.ButtonCollapsedDown As SftPictureObject |
||
C#.NET |
SftPictureObject refImageObj = object.ButtonCollapsedDown; |
||
VC++ |
ISftPictureObject* refImageObj = object->ButtonCollapsedDown;
|
||
C |
HRESULT object->get_ButtonCollapsedDown(ISftPictureObject** refImageObj); |
||
Delphi |
refImageObj := object.ButtonCollapsedDown : ISftPictureObject; |
||
VB.NET |
object.ButtonCollapsedDown = refImageObj As SftPictureObject |
||
VB |
object.ButtonCollapsedDown = refImageObj As SftPictureObject |
||
C#.NET |
SftPictureObject object.ButtonCollapsedDown = refImageObj; |
||
VC++ |
ISftPictureObject* object->ButtonCollapsedDown = refImageObj;
|
||
C |
HRESULT object->put_ButtonCollapsedDown(ISftPictureObject* refImageObj); |
||
Delphi |
object.ButtonCollapsedDown := refImageObj : ISftPictureObject; |
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.0\Images.
See Also SftTree Object | Object Hierarchy