NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IComponentEditorPageSite.GetControl

Returns the parent control for the page window.

[Visual Basic]
Function GetControl() As Control
[C#]
Control GetControl();
[C++]
Control* GetControl() = 0;
[JScript]
function GetControl() : Control;

See Also

IComponentEditorPageSite Interface | IComponentEditorPageSite Members | System.WinForms.ComponentModel Namespace