次の方法で共有


Control.ControlCollection コンストラクタ

Control.ControlCollection クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal owner As Control _)
[C#]
public Control.ControlCollection(
   Controlowner);
[C++]
public: ControlCollection(
   Control* owner);
[JScript]
public function Control.ControlCollection(
   owner : Control);

パラメータ

  • owner
    コントロール コレクションを所有しているコントロールを表す Control

必要条件

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

参照

Control.ControlCollection クラス | Control.ControlCollection メンバ | System.Windows.Forms 名前空間 | Controls