Diagram.InvokeEditorAction Property

Definition

Gets the mouse action that invokes the field or subfield's editor on mouse down. After it invokes the editor, the MouseAction is deactivated.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::InvokeEditorAction ^ InvokeEditorAction { Microsoft::VisualStudio::Modeling::Diagrams::InvokeEditorAction ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.InvokeEditorAction InvokeEditorAction { get; }
member this.InvokeEditorAction : Microsoft.VisualStudio.Modeling.Diagrams.InvokeEditorAction
Public ReadOnly Property InvokeEditorAction As InvokeEditorAction

Property Value

The mouse action that invokes the field or subfield's editor on mouse down.

Applies to