次の方法で共有


ComponentEditorPage.LoadComponent メソッド

ページ UI にコンポーネントを読み込みます。

Protected MustOverride Sub LoadComponent()
[C#]
protected abstract void LoadComponent();
[C++]
protected: virtual void LoadComponent() = 0;
[JScript]
protected abstract function LoadComponent();

解説

継承時の注意: 各ページでこのメソッドをオーバーライドし、独自のカスタムの動作を実装する必要があります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ComponentEditorPage クラス | ComponentEditorPage メンバ | System.Windows.Forms.Design 名前空間