ActivityPreviewDesigner.OnMouseDown(MouseEventArgs) Method

Definition

Notifies the ActivityPreviewDesigner when the user presses the mouse button down while the pointer is in designer bounds.

protected:
 override void OnMouseDown(System::Windows::Forms::MouseEventArgs ^ e);
protected override void OnMouseDown (System.Windows.Forms.MouseEventArgs e);
override this.OnMouseDown : System.Windows.Forms.MouseEventArgs -> unit
Protected Overrides Sub OnMouseDown (e As MouseEventArgs)

Parameters

e
MouseEventArgs

The MouseEventArgs that contains the event data.

Remarks

If the user presses the mouse button down while the cursor is in the preview window, edit mode is turned on for the designer.

Applies to