EditorControl.Control Property

Gets or sets the control that represents the editor window.

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

Syntax

'宣言
Protected Property Control As Control
'使用
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.

Permissions

See Also

Reference

EditorControl Class

EditorControl Members

Microsoft.VisualStudio.Package Namespace