SftButton/OCX 2.5

SftButton.HoverOn Event

Softel vdm, Inc.

The mouse cursor is moved into the control.

Syntax       

VB.NET

Private Sub object_HoverOn(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HoverOn

VB

Private Sub object_HoverOn()

C#.NET

void object_HoverOn(object sender, EventArgumentType e);

VC++

void OnHoverOnobject();

C

HRESULT OnHoverOnobject();

Delphi

procedure objectHoverOn(Sender: TObject);

object

A SftButton object.

Comments

The HoverOn event occurs when the mouse cursor is moved into the control.

The HoverStyle property defines how images respond to mouse cursor positions.

The HoverOff event occurs when the mouse cursor is moved outside the control.


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