Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.