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!

WinFormsComponentEditor.GetComponentEditorPages

Returns the set of ComponentEditorPage types to be used.

[Visual Basic]
Overridable Protected Function GetComponentEditorPages() As Type ()
[C#]
protected virtual Type[] GetComponentEditorPages();
[C++]
protected: virtual Type* GetComponentEditorPages() [];
[JScript]
protected function GetComponentEditorPages() : Type[];

Return Value

The set of ComponentEditorPage types.

See Also

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