This documentation is archived and is not being maintained.

DataListComponentEditor.GetComponentEditorPages Method

Gets the component editor pages shown for the DataList control in its associated ComponentEditor.

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

Return Value

An array of type Type that contains the pages owned by the designer.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

DataListComponentEditor Class | DataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace | ComponentEditor | DataList

Show: