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 型別的物件,其中含有子控制項。

備註

這個屬性與這個類別無關。

適用於