Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image1Disabled Property, SftButton Object

Defines the first graphic when the button is disabled.

Syntax

Get

VB.NETrefImageObj = object.Image1Disabled As SftPictureObject
VBSet refImageObj = object.Image1Disabled As SftPictureObject
C#.NETSftPictureObject refImageObj = object.Image1Disabled;
VC++ISftPictureObject* refImageObj = object->Image1Disabled;
ISftPictureObject* refImageObj = object->GetImage1Disabled();
CHRESULT object->get_Image1Disabled(ISftPictureObject** refImageObj);

Put

VB.NETobject.Image1Disabled = refImageObj As SftPictureObject
VBobject.Image1Disabled = refImageObj As SftPictureObject
C#.NETSftPictureObject object.Image1Disabled = refImageObj;
VC++ISftPictureObject* object->Image1Disabled = refImageObj;
void object->PutImage1Disabled(ISftPictureObject* refImageObj);
CHRESULT object->put_Image1Disabled(ISftPictureObject* refImageObj);

object

A SftButton object.

refImageObj

Defines the first graphic when the button is disabled.

Comments

The Image1Disabled property defines the first graphic when the button is disabled.

The Image1Disabled property is only used if the Image1 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.