InPlaceTextEditor.SubField Property

Definition

Gets the subfield that is currently being edited. This can be null.

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

Property Value

The subfield that is currently being edited.

Applies to