Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.ImageDropped Property

Defines the graphic displayed in the drop down button when the drop down portion is shown.

Syntax

Get

VB.NETrefImageObj = object.ImageDropped As SftPictureObject
VBSet refImageObj = object.ImageDropped As SftPictureObject
C#.NETSftPictureObject refImageObj = object.ImageDropped;
VC++ISftPictureObject* refImageObj = object->ImageDropped;
ISftPictureObject* refImageObj = object->GetImageDropped();
CHRESULT object->get_ImageDropped(ISftPictureObject** refImageObj);

Put

VB.NETobject.ImageDropped = refImageObj As SftPictureObject
VBobject.ImageDropped = refImageObj As SftPictureObject
C#.NETSftPictureObject object.ImageDropped = refImageObj;
VC++ISftPictureObject* object->ImageDropped = refImageObj;
void object->PutImageDropped(ISftPictureObject* refImageObj);
CHRESULT object->put_ImageDropped(ISftPictureObject* refImageObj);

object

A SftBoxDropDown object.

refImageObj

Defines the graphic displayed in the drop down button when the drop down portion is shown.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.