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 型のオブジェクト。

注釈

このクラスでは、このプロパティは使用されません。

適用対象