Menu.Controls 속성

정의

ControlCollection 컨트롤의 자식 컨트롤이 들어 있는 Menu을 가져옵니다.

public:
 virtual property System::Web::UI::ControlCollection ^ Controls { System::Web::UI::ControlCollection ^ get(); };
public override System.Web.UI.ControlCollection Controls { get; }
member this.Controls : System.Web.UI.ControlCollection
Public Overrides ReadOnly Property Controls As ControlCollection

속성 값

ControlCollection

자식 컨트롤을 포함하는 A ControlCollection 입니다.

설명

Controls 속성의 인스턴스를 프로그래밍 방식으로 액세스할 수 있습니다. 합니다 ControlCollection 클래스는 Menu 컨트롤입니다. 컬렉션에 컨트롤을 추가 하, 컬렉션에서 컨트롤을 제거 하거나 컬렉션에 있는 서버 컨트롤을 반복할 수 있습니다.

적용 대상