This documentation is archived and is not being maintained.
BaseDataListComponentEditor Constructor
.NET Framework 1.1
Initializes a new instance of the BaseDataListComponentEditor class.
[Visual Basic] Public Sub New( _ ByVal initialPage As Integer _ ) [C#] public BaseDataListComponentEditor( int initialPage ); [C++] public: BaseDataListComponentEditor( int initialPage ); [JScript] public function BaseDataListComponentEditor( initialPage : int );
Parameters
- initialPage
- The index of the initial page to display.
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
BaseDataListComponentEditor Class | BaseDataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace
Show: