Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MouseLeaveControl Event, SftTree Object

The mouse cursor is leaving the control.

Syntax

VB.NETPrivate Sub object_MouseLeaveControl(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.MouseLeaveControl
VBPrivate Sub object_MouseLeaveControl()
C#.NETvoid object_MouseLeaveControl(object sender, EventArgumentType e);
VC++void OnMouseLeaveControlobject();
CHRESULT OnMouseLeaveControlobject();

object

A SftTreeEvents object.

Comments

The MouseLeaveControl event occurs when the mouse cursor is leaving the control.

Many containers such as .NET provide their own events which signal that the mouse cursor is entering or leaving the control. For containers where such a facility is not available, the MouseEnterControl and MouseLeaveControl events can be used instead. It is preferable to use events or mechanisms offered by the container rather than the MouseEnterControl and MouseLeaveControl events.

Updating control properties or changing the input focus to another control while handling this event is not supported.

When the mouse cursor enters the control, the MouseEnterControl event occurs.

See Also SftTreeEvents Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.