IEditor.Control Property

Applies to v2.

Gets the control that will be hosted in the UI.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Control As Control 
    Get
'Usage
Dim instance As IEditor 
Dim value As Control 

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

Property Value

Type: System.Windows.Controls.Control
The control that will be hosted in the UI.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace