SplitContainer.Controls プロパティ

定義

子コントロールのコレクションを取得します。 このプロパティは、このクラスには関係ありません。

public:
 property System::Windows::Forms::Control::ControlCollection ^ Controls { System::Windows::Forms::Control::ControlCollection ^ get(); };
public System.Windows.Forms.Control.ControlCollection Controls { get; }
member this.Controls : System.Windows.Forms.Control.ControlCollection
Public ReadOnly Property Controls As Control.ControlCollection

プロパティ値

子コントロールを含む Control.ControlCollection 型のオブジェクト。

注釈

このプロパティは、このクラスには関係ありません。

適用対象