ActivityPreviewDesigner.OnMouseDoubleClick(MouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the ActivityPreviewDesigner when the user double-clicks on the surface of the activity designer.
protected:
override void OnMouseDoubleClick(System::Windows::Forms::MouseEventArgs ^ e);
protected override void OnMouseDoubleClick (System.Windows.Forms.MouseEventArgs e);
override this.OnMouseDoubleClick : System.Windows.Forms.MouseEventArgs -> unit
Protected Overrides Sub OnMouseDoubleClick (e As MouseEventArgs)
Parameters
The MouseEventArgs that contains the event data.
Remarks
When the user double-clicks in the preview window OnMouseDoubleClick enables edit mode on the ActivityPreviewDesigner.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.