ShapeField.AccessibleDoDefaultAction(ShapeElement) 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.
Performs the default action associated with this accessible object.
public:
virtual void AccessibleDoDefaultAction(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual void AccessibleDoDefaultAction (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member AccessibleDoDefaultAction : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
override this.AccessibleDoDefaultAction : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Overridable Sub AccessibleDoDefaultAction (parentShape As ShapeElement)
Parameters
- parentShape
- ShapeElement