Behavior::OnMouseLeave Method (Glyph^)
.NET Framework (current version)
Called when any mouse-leave message enters the adorner window of the BehaviorService.
Assembly: System.Design (in System.Design.dll)
Parameters
- g
-
Type:
System.Windows.Forms.Design.Behavior::Glyph^
A Glyph.
The OnMouseDoubleClick method is called when any mouse-leave message enters the WndProc of the adorner window of the BehaviorService. From here, the message is sent to the appropriate behavior.
When the mouse pointer leaves a positively hit-tested Glyph with a valid Behavior, this method is invoked.
.NET Framework
Available since 2.0
Available since 2.0
Show: