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!

ComponentEditorPage.GetControl

Retrieves the control that represents the window for this page.

[Visual Basic]
Overridable Public Function GetControl() As Control
[C#]
public virtual Control GetControl();
[C++]
public: virtual Control* GetControl();
[JScript]
public function GetControl() : Control;

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace