WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex Método

Definição

Obtém o índice da página inicial do editor de componentes para exibição do editor de componentes.

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

Retornos

O índice da página do editor de componentes que o editor de componentes exibirá inicialmente.

Exemplos

O exemplo de código a seguir demonstra um exemplo de implementação de uma GetInitialComponentEditorPageIndex substituição de método.

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

Aplica-se a