Behavior::OnMouseEnter Method (Glyph^)
.NET Framework (current version)
Called when any mouse-enter 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-enter 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's location is positively hit-tested with a different Glyph than previous hit tests, this method is called on the Behavior associated with the Glyph.
.NET Framework
Available since 2.0
Available since 2.0
Show: