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[];
The set of ComponentEditorPage types.
WinFormsComponentEditor Class | WinFormsComponentEditor Members | System.WinForms.Design Namespace