Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image2Hover Property, SftButton Object

Defines the second graphic when the mouse cursor is located on the control.

Syntax

Get

VB.NETrefImageObj = object.Image2Hover As SftPictureObject
VBSet refImageObj = object.Image2Hover As SftPictureObject
C#.NETSftPictureObject refImageObj = object.Image2Hover;
VC++ISftPictureObject* refImageObj = object->Image2Hover;
ISftPictureObject* refImageObj = object->GetImage2Hover();
CHRESULT object->get_Image2Hover(ISftPictureObject** refImageObj);

Put

VB.NETobject.Image2Hover = refImageObj As SftPictureObject
VBobject.Image2Hover = refImageObj As SftPictureObject
C#.NETSftPictureObject object.Image2Hover = refImageObj;
VC++ISftPictureObject* object->Image2Hover = refImageObj;
void object->PutImage2Hover(ISftPictureObject* refImageObj);
CHRESULT object->put_Image2Hover(ISftPictureObject* refImageObj);

object

A SftButton object.

refImageObj

Defines the second graphic when the mouse cursor is located on the control.

Comments

The Image2Hover property defines the second graphic when the mouse cursor is located on the control.

The Image2Hover property is only used if the Image2 property defines a valid picture and the mouse cursor is located over the control or picture component (depending on the HoverStyle property).

The HoverStyle property defines how images respond to mouse cursor positions.

See Also SftButton Object | Object Hierarchy


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