Share via


InPlaceTextEditor.EditorControl Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property EditorControl As Control
'Usage
Dim instance As InPlaceTextEditor 
Dim value As Control 

value = instance.EditorControl
public Control EditorControl { get; }
public:
property Control^ EditorControl {
    Control^ get ();
}
public function get EditorControl () : Control

Property Value

Type: System.Windows.Forms.Control

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

InPlaceTextEditor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace