|
|
|
SftTree.ButtonExpandedHot Property |
Defines the expand/collapse button image for an expanded parent item when the mouse cursor is over the expand/collapse button.
Syntax
VB.NET |
refImageObj = object.ButtonExpandedHot As SftPictureObject |
||
VB |
Set refImageObj = object.ButtonExpandedHot As SftPictureObject |
||
C#.NET |
SftPictureObject refImageObj = object.ButtonExpandedHot; |
||
VC++ |
ISftPictureObject* refImageObj = object->ButtonExpandedHot;
|
||
C |
HRESULT object->get_ButtonExpandedHot(ISftPictureObject** refImageObj); |
||
Delphi |
refImageObj := object.ButtonExpandedHot : ISftPictureObject; |
||
VB.NET |
object.ButtonExpandedHot = refImageObj As SftPictureObject |
||
VB |
object.ButtonExpandedHot = refImageObj As SftPictureObject |
||
C#.NET |
SftPictureObject object.ButtonExpandedHot = refImageObj; |
||
VC++ |
ISftPictureObject* object->ButtonExpandedHot = refImageObj;
|
||
C |
HRESULT object->put_ButtonExpandedHot(ISftPictureObject* refImageObj); |
||
Delphi |
object.ButtonExpandedHot := refImageObj : ISftPictureObject; |
object
A SftTree object.
refImageObj
Defines the expand/collapse button image for an expanded parent item when the mouse cursor is over the expand/collapse button.
Comments
The ButtonExpandedHot property defines the expand/collapse button image for an expanded parent item when the mouse cursor is over the expand/collapse button.
If the ButtonExpandedHot 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