WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim returnValue As Integer returnValue = Me.GetInitialComponentEditorPageIndex
コンポーネント エディタが最初に表示するコンポーネント エディタ ページのインデックス。

GetInitialComponentEditorPageIndex メソッド オーバーライドを実装するコード例を次に示します。
' This method override returns the index of the page to display when the ' component editor is first displayed. Protected Overrides Function GetInitialComponentEditorPageIndex() As Integer Return 1 End Function

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex メソッドのページへのリンク