Behavior::OnMouseUp Method (Glyph^, MouseButtons)
.NET Framework (current version)
Called when any mouse-up 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.
The OnMouseDoubleClick method is called when any mouse-up 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: