This documentation is archived and is not being maintained.
DataListComponentEditor.GetComponentEditorPages Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DataListComponentEditor Class | DataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace | ComponentEditor | DataList
Show: