ShapeElement.DefaultShapeField 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 first ShapeField that can receive focus. The field returned should be used as the default shape field to receive key events when the ShapeElement has the focus and the ShapeElement doesn't respond to the key events.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ DefaultShapeField { Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.ShapeField DefaultShapeField { get; }
member this.DefaultShapeField : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Public Overridable ReadOnly Property DefaultShapeField As ShapeField