Called when any mouse-hover message enters the adorner window of the System.Windows.Forms.Design.Behavior.BehaviorService.
- g
A System.Windows.Forms.Design.Behavior.Glyph.
- mouseLoc
The location at which the hover occurred.
![]()
true if the message was handled; otherwise, false.
The Behavior.OnMouseDoubleClick(Glyph, System.Windows.Forms.MouseButtons, System.Drawing.Point) method is called when any mouse-hover message enters the WndProc of the adorner window of the System.Windows.Forms.Design.Behavior.BehaviorService. The message is first passed here, to the top-most System.Windows.Forms.Design.Behavior.Behavior in the behavior stack. Returning true from this method signifies that the message was handled by the System.Windows.Forms.Design.Behavior.Behavior and should not continue to be processed. From here, the message is sent to the appropriate behavior.