DataListComponentEditor::GetComponentEditorPages Method ()

 

Gets an array of Type objects corresponding to the pages that can be edited using this editor.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual array<Type^>^ GetComponentEditorPages() override

Return Value

Type: array<System::Type^>^

An array of Type objects corresponding to the pages that can be edited using this editor.

Notes to Inheritors:

This method can be overridden to change the set of pages shown by the editor.

.NET Framework
Available since 1.1
Return to top
Show: