Diagram.InvokeEditorAction Property
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.
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.