BaseEditorPane.Control Property
Gets the main control for this pane.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property Control As Control
Get
'Usage
Dim value As Control
value = Me.Control
protected abstract Control Control { get; }
protected:
virtual property Control^ Control {
Control^ get () abstract;
}
abstract function get Control () : Control
abstract Control : Control
Property Value
Type: System.Windows.Forms.Control
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace