Dela via


EditorControl.Control Property

Gets or sets the control that represents the editor window.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Protected Property Control As Control
'Usage
Dim value As Control 

value = Me.Control 

Me.Control = value
protected Control Control { get; set; }
protected:
property Control^ Control {
    Control^ get ();
    void set (Control^ value);
}
protected function get Control () : Control 
protected function set Control (value : Control)

Property Value

Type: System.Windows.Forms.Control
Control.

.NET Framework Security

See Also

Reference

EditorControl Class

EditorControl Members

Microsoft.VisualStudio.Package Namespace