Bagikan melalui


WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex Metode

Definisi

Mendapatkan indeks halaman editor komponen awal untuk ditampilkan editor komponen.

protected:
 virtual int GetInitialComponentEditorPageIndex();
protected virtual int GetInitialComponentEditorPageIndex ();
abstract member GetInitialComponentEditorPageIndex : unit -> int
override this.GetInitialComponentEditorPageIndex : unit -> int
Protected Overridable Function GetInitialComponentEditorPageIndex () As Integer

Mengembalikan

Indeks halaman editor komponen yang awalnya akan ditampilkan editor komponen.

Contoh

Contoh kode berikut menunjukkan contoh implementasi penimpaan GetInitialComponentEditorPageIndex metode.

// This method override returns the index of the page to display when the 
// component editor is first displayed.
protected override int GetInitialComponentEditorPageIndex()
{
    return 1;
}

Berlaku untuk