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

See Also

Reference

BaseEditorPane Class

BaseEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace