SftButton/OCX 2.5

SftButton.HoverOnImage1 Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Boolean = object.HoverOnImage1  As Boolean

VB

Boolean = object.HoverOnImage1  As Boolean

C#.NET

bool Boolean = object.HoverOnImage1;

VC++

VARIANT_BOOL Boolean = object->HoverOnImage1;
VARIANT_BOOL Boolean = object->GetHoverOnImage1();

C

HRESULT object->get_HoverOnImage1(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.HoverOnImage1   : WordBool;

object

A SftButton object.

Boolean

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

Boolean

Description

True

The mouse cursor is located on the first image of the control (Image1).

False

The mouse cursor is not located on the first image of the control (Image1).

Comments

The HoverOnImage1 property returns whether the mouse cursor is located on the first image of the control.


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