WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex Método

Definição

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

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

Devoluções

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

Exemplos

O seguinte exemplo de código demonstra uma implementação exemplar de um GetInitialComponentEditorPageIndex override 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