SftButton/OCX 2.5

SftButton.HoverOnText Property

Softel vdm, Inc.

The mouse cursor is located on the text portion of the control.

Syntax       

Get

VB.NET

Boolean = object.HoverOnText  As Boolean

VB

Boolean = object.HoverOnText  As Boolean

C#.NET

bool Boolean = object.HoverOnText;

VC++

VARIANT_BOOL Boolean = object->HoverOnText;
VARIANT_BOOL Boolean = object->GetHoverOnText();

C

HRESULT object->get_HoverOnText(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.HoverOnText   : WordBool;

object

A SftButton object.

Boolean

The mouse cursor is located on the text portion of the control.

Boolean

Description

True

The mouse cursor is located on the text portion of the control (Text).

False

The mouse cursor is not located on the text portion of the control (Text).

Comments

The HoverOnText property returns whether the mouse cursor is located on the text portion of the control.


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