SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.
Get
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; ISftPictureObject* refImageObj = object->GetButtonExpandedDown(); |
C | HRESULT object->get_ButtonExpandedDown(ISftPictureObject** refImageObj); |
Put
VB.NET | object.ButtonExpandedDown = refImageObj As SftPictureObject |
VB | object.ButtonExpandedDown = refImageObj As SftPictureObject |
C#.NET | SftPictureObject object.ButtonExpandedDown = refImageObj; |
VC++ | ISftPictureObject* object->ButtonExpandedDown = refImageObj; void object->PutButtonExpandedDown(ISftPictureObject* refImageObj); |
C | HRESULT object->put_ButtonExpandedDown(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.
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.5\Images.
See Also SftTree Object | Object Hierarchy