This documentation is archived and is not being maintained.
DataGridComponentEditor.GetComponentEditorPages Method
.NET Framework 1.1
Gets the component editor pages shown for the DataGrid 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 consisting of the set of component editor pages.
Remarks
Notes to Inheritors: This method can be overridden to change the set of pages to show.
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
DataGridComponentEditor Class | DataGridComponentEditor Members | System.Web.UI.Design.WebControls Namespace | ComponentEditor | DataGrid
Show: