SftButton/OCX 2.5

SftButton.HoverOff Event

Softel vdm, Inc.

The mouse cursor is moved outside the control.

Syntax       

VB.NET

Private Sub object_HoverOff(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HoverOff

VB

Private Sub object_HoverOff()

C#.NET

void object_HoverOff(object sender, EventArgumentType e);

VC++

void OnHoverOffobject();

C

HRESULT OnHoverOffobject();

Delphi

procedure objectHoverOff(Sender: TObject);

object

A SftButton object.

Comments

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

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

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


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