|
|
|
SftTree.ButtonExpandedDown Property |
Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.
Syntax
VB.NET |
refImageObj = object.ButtonExpandedDown As SftPictureObject |
||
VB |
Set refImageObj = object.ButtonExpandedDown As SftPictureObject |
||
C#.NET |
SftPictureObject refImageObj = object.ButtonExpandedDown; |
||
VC++ |
ISftPictureObject* refImageObj = object->ButtonExpandedDown;
|
||
C |
HRESULT object->get_ButtonExpandedDown(ISftPictureObject** refImageObj); |
||
Delphi |
refImageObj := object.ButtonExpandedDown : ISftPictureObject; |
||
VB.NET |
object.ButtonExpandedDown = refImageObj As SftPictureObject |
||
VB |
object.ButtonExpandedDown = refImageObj As SftPictureObject |
||
C#.NET |
SftPictureObject object.ButtonExpandedDown = refImageObj; |
||
VC++ |
ISftPictureObject* object->ButtonExpandedDown = refImageObj;
|
||
C |
HRESULT object->put_ButtonExpandedDown(ISftPictureObject* refImageObj); |
||
Delphi |
object.ButtonExpandedDown := refImageObj : ISftPictureObject; |
object
A SftTree object.
refImageObj
Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.
Comments
The ButtonExpandedDown property defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.
If the ButtonExpandedDown property is set to Null/Nothing, the image defined using the ButtonExpanded 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