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 graphic displayed in the drop down button when the drop down portion is shown.
Get
VB.NET | refImageObj = object.ImageDropped As SftPictureObject |
VB | Set refImageObj = object.ImageDropped As SftPictureObject |
C#.NET | SftPictureObject refImageObj = object.ImageDropped; |
VC++ | ISftPictureObject* refImageObj = object->ImageDropped; ISftPictureObject* refImageObj = object->GetImageDropped(); |
C | HRESULT object->get_ImageDropped(ISftPictureObject** refImageObj); |
Put
VB.NET | object.ImageDropped = refImageObj As SftPictureObject |
VB | object.ImageDropped = refImageObj As SftPictureObject |
C#.NET | SftPictureObject object.ImageDropped = refImageObj; |
VC++ | ISftPictureObject* object->ImageDropped = refImageObj; void object->PutImageDropped(ISftPictureObject* refImageObj); |
C | HRESULT object->put_ImageDropped(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the graphic displayed in the drop down button when the drop down portion is shown.
The ImageDropped property defines the graphic displayed in the drop down button when the drop down portion is shown.
If the image object refImageObj defines a bitmap, the top, left pixel of the bitmap must contain the bitmap's background color. This color will be replaced throughout the bitmap with the actual background (see Bitmap Transparency).
The ImageDropped property is ignored if the DropDown.Image property has not been assigned and is set to Nothing (0, null, NULL).
The DropDown.ButtonStyle property is used to define the appearance of the drop down button.
See Also SftBoxDropDown Object | Object Hierarchy