Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image2Pressed Property, SftButton Object

Defines the second graphic when the button is pressed.

Syntax

Get

VB.NETrefImageObj = object.Image2Pressed As SftPictureObject
VBSet refImageObj = object.Image2Pressed As SftPictureObject
C#.NETSftPictureObject refImageObj = object.Image2Pressed;
VC++ISftPictureObject* refImageObj = object->Image2Pressed;
ISftPictureObject* refImageObj = object->GetImage2Pressed();
CHRESULT object->get_Image2Pressed(ISftPictureObject** refImageObj);

Put

VB.NETobject.Image2Pressed = refImageObj As SftPictureObject
VBobject.Image2Pressed = refImageObj As SftPictureObject
C#.NETSftPictureObject object.Image2Pressed = refImageObj;
VC++ISftPictureObject* object->Image2Pressed = refImageObj;
void object->PutImage2Pressed(ISftPictureObject* refImageObj);
CHRESULT object->put_Image2Pressed(ISftPictureObject* refImageObj);

object

A SftButton object.

refImageObj

Defines the second graphic when the button is pressed.

Comments

The Image2Pressed property defines the second graphic when the button is pressed.

The Image2Pressed property is only used if the Image2 property defines a valid picture and the button is pressed (see Pressed property).

See Also SftButton Object | Object Hierarchy


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