Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image1Hover Property, SftButton Object

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

Syntax

Get

VB.NETrefImageObj = object.Image1Hover As SftPictureObject
VBSet refImageObj = object.Image1Hover As SftPictureObject
C#.NETSftPictureObject refImageObj = object.Image1Hover;
VC++ISftPictureObject* refImageObj = object->Image1Hover;
ISftPictureObject* refImageObj = object->GetImage1Hover();
CHRESULT object->get_Image1Hover(ISftPictureObject** refImageObj);

Put

VB.NETobject.Image1Hover = refImageObj As SftPictureObject
VBobject.Image1Hover = refImageObj As SftPictureObject
C#.NETSftPictureObject object.Image1Hover = refImageObj;
VC++ISftPictureObject* object->Image1Hover = refImageObj;
void object->PutImage1Hover(ISftPictureObject* refImageObj);
CHRESULT object->put_Image1Hover(ISftPictureObject* refImageObj);

object

A SftButton object.

refImageObj

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

Comments

The Image1Hover property defines the first graphic when the mouse cursor is located on the control.

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