Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image2Disabled Property, SftButton Object

Defines the second graphic when the button is disabled.

Syntax

Get

VB.NETrefImageObj = object.Image2Disabled As SftPictureObject
VBSet refImageObj = object.Image2Disabled As SftPictureObject
C#.NETSftPictureObject refImageObj = object.Image2Disabled;
VC++ISftPictureObject* refImageObj = object->Image2Disabled;
ISftPictureObject* refImageObj = object->GetImage2Disabled();
CHRESULT object->get_Image2Disabled(ISftPictureObject** refImageObj);

Put

VB.NETobject.Image2Disabled = refImageObj As SftPictureObject
VBobject.Image2Disabled = refImageObj As SftPictureObject
C#.NETSftPictureObject object.Image2Disabled = refImageObj;
VC++ISftPictureObject* object->Image2Disabled = refImageObj;
void object->PutImage2Disabled(ISftPictureObject* refImageObj);
CHRESULT object->put_Image2Disabled(ISftPictureObject* refImageObj);

object

A SftButton object.

refImageObj

Defines the second graphic when the button is disabled.

Comments

The Image2Disabled property defines the second graphic when the button is disabled.

The Image2Disabled property is only used if the Image2 property defines a valid picture and if the control is disabled (see Enabled property).

See Also SftButton Object | Object Hierarchy


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