SftButton/OCX 2.5

SftButton.HoverOnImage2 Property

Softel vdm, Inc.

The mouse cursor is located on the second image of the control.

Syntax       

Get

VB.NET

Boolean = object.HoverOnImage2  As Boolean

VB

Boolean = object.HoverOnImage2  As Boolean

C#.NET

bool Boolean = object.HoverOnImage2;

VC++

VARIANT_BOOL Boolean = object->HoverOnImage2;
VARIANT_BOOL Boolean = object->GetHoverOnImage2();

C

HRESULT object->get_HoverOnImage2(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.HoverOnImage2   : WordBool;

object

A SftButton object.

Boolean

The mouse cursor is located on the second image of the control.

Boolean

Description

True

The mouse cursor is located on the second image of the control (Image2).

False

The mouse cursor is not located on the second image of the control (Image2).

Comments

The HoverOnImage2 property returns whether the mouse cursor is located on the second image of the control.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com