Behavior::OnMouseHover Method (Glyph^, Point)
.NET Framework (current version)
Called when any mouse-hover 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.
- mouseLoc
-
Type:
System.Drawing::Point
The location at which the hover occurred.
The OnMouseDoubleClick method is called when any mouse-hover message enters the WndProc of the adorner window of the BehaviorService. The message is first passed here, to the top-most Behavior in the behavior stack. Returning true from this method signifies that the message was handled by the Behavior and should not continue to be processed. From here, the message is sent to the appropriate behavior.
.NET Framework
Available since 2.0
Available since 2.0
Show: