SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The mouse cursor is leaving the control.
VB.NET | Private Sub object_MouseLeaveControl(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.MouseLeaveControl |
VB | Private Sub object_MouseLeaveControl() |
C#.NET | void object_MouseLeaveControl(object sender, EventArgumentType e); |
VC++ | void OnMouseLeaveControlobject(); |
C | HRESULT OnMouseLeaveControlobject(); |
object
A SftTreeEvents object.
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