BaseDataListComponentEditor(Int32) Konstruktor

Definice

Inicializuje novou instanci BaseDataListComponentEditor třídy.

public:
 BaseDataListComponentEditor(int initialPage);
public BaseDataListComponentEditor(int initialPage);
new System.Web.UI.Design.WebControls.BaseDataListComponentEditor : int -> System.Web.UI.Design.WebControls.BaseDataListComponentEditor
Public Sub New (initialPage As Integer)

Parametry

initialPage
Int32

Index v poli typů ovládacích prvků stránky na počáteční stránce, která se má zobrazit.

Poznámky

Návrhář odvozený z BaseDataListDesigner třídy vytvoří editor komponent odvozený z BaseDataListComponentEditor třídy, když uživatel vybere Tvůrce vlastností z místní nabídky v návrháři.

Platí pro

Viz také