次の方法で共有


ComponentTray.AddComponent メソッド

コンポーネントをトレイに追加します。

Public Overridable Sub AddComponent( _
   ByVal component As IComponent _)
[C#]
public virtual void AddComponent(IComponentcomponent);
[C++]
public: virtual void AddComponent(IComponent* component);
[JScript]
public function AddComponent(
   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 ファミリ

.NET Framework セキュリティ:

参照

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