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
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
SftTree/NET 2.0 - Tree Control
Defines the expand/collapse button image for an expanded parent item.
Get
| 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; ISftPictureObject* refImageObj = object->GetButtonExpanded(); |
| C | HRESULT object->get_ButtonExpanded(ISftPictureObject** refImageObj); |
Put
| VB.NET | object.ButtonExpanded = refImageObj As SftPictureObject |
| VB | object.ButtonExpanded = refImageObj As SftPictureObject |
| C#.NET | SftPictureObject object.ButtonExpanded = refImageObj; |
| VC++ | ISftPictureObject* object->ButtonExpanded = refImageObj; void object->PutButtonExpanded(ISftPictureObject* refImageObj); |
| C | HRESULT object->put_ButtonExpanded(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the expand/collapse button image for an expanded parent item.
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 8.0\Images.
ScrollbarStyle = 0
ShowTruncated = 1
VAlignStyle = 0
VirtualMode = 0
WebLicense = ""
SmoothScroll = 1
ButtonAppearance= -1
MouseOverTransitionEffect= 4
BeginProperty ButtonExpanded {980702E2-0AB6-41B1-9B85-F8755A697255}
Object.Height = 0
Object.Width = 0
Appearance = -1
FrameColor = -1
SampleColor = -1
Image = "Form1.frx":0000
EndPropertySee Also SftTree Object | Object Hierarchy
