編集対象のコンポーネントを設定します。
Public Overridable Sub SetComponent( _
ByVal component As IComponent _)
[C#]
public virtual void SetComponent(IComponentcomponent);
[C++]
public: virtual void SetComponent(IComponent* component);
[JScript]
public function SetComponent(
component : IComponent);
パラメータ
- component
編集対象の IComponent 。
必要条件
プラットフォーム: 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 名前空間