EditorControl::Control Property

 

Gets or sets the control that represents the editor window.

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

protected:
property Control^ Control {
	Control^ get();
	void set(Control^ value);
}
Return to top
Show: