WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex メソッド

定義

表示するコンポーネント エディターの初期コンポーネント エディター ページのインデックスを取得します。

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

返品

コンポーネント エディターが最初に表示するコンポーネント エディター ページのインデックス。

次のコード例は、 GetInitialComponentEditorPageIndex メソッドオーバーライドの実装例を示しています。

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

適用対象