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

자식 컨트롤이 포함된 Control.ControlCollection 형식의 개체입니다.

설명

이 속성은 이 클래스와 관련이 없습니다.

적용 대상