SftButton/OCX 2.5

SftButton.HoverOnControl Property

Softel vdm, Inc.

The mouse cursor is located on the control.

Syntax       

Get

VB.NET

Boolean = object.HoverOnControl  As Boolean

VB

Boolean = object.HoverOnControl  As Boolean

C#.NET

bool Boolean = object.HoverOnControl;

VC++

VARIANT_BOOL Boolean = object->HoverOnControl;
VARIANT_BOOL Boolean = object->GetHoverOnControl();

C

HRESULT object->get_HoverOnControl(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.HoverOnControl   : WordBool;

object

A SftButton object.

Boolean

The mouse cursor is located on the control.

Boolean

Description

True

The mouse cursor is located on the control.

False

The mouse cursor is not located on the control.

Comments

The HoverOnControl property returns whether the mouse cursor is located on the control.


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