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



GetComponentEditorPages メソッド オーバーライドを実装するコード例を次に示します。
' This method override returns an type array containing the type of ' each component editor page to display. Protected Overrides Function GetComponentEditorPages() As Type() Return New Type() {GetType(ExampleComponentEditorPage), GetType(ExampleComponentEditorPage)} 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.GetComponentEditorPages メソッドのページへのリンク