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.LoadComponent

Loads the component into the page UI. Each page must override this and implement its own custom behavior.

[Visual Basic]
MustOverride Protected Sub LoadComponent()
[C#]
protected abstract void LoadComponent();
[C++]
protected: virtual void LoadComponent() = 0;
[JScript]
protected abstract function LoadComponent();

See Also

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