Behavior::OnMouseDoubleClick Method (Glyph^, MouseButtons, Point)
Called when any double-click 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.
- button
-
Type:
System.Windows.Forms::MouseButtons
A MouseButtons value indicating which button was clicked.
- mouseLoc
-
Type:
System.Drawing::Point
The location at which the click occurred.
The OnMouseDoubleClick method is called when any double-click 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.
The following code example demonstrates how to handle a double-click message. For a full code listing, see How to: Extend the Appearance and Behavior of Controls in Design Mode.
Available since 2.0