다음을 통해 공유


EditorPart.Zone 속성

정의

EditorZoneBase 컨트롤이 들어 있는 EditorPart 영역에 대한 참조를 가져옵니다.

protected:
 property System::Web::UI::WebControls::WebParts::EditorZoneBase ^ Zone { System::Web::UI::WebControls::WebParts::EditorZoneBase ^ get(); };
protected System.Web.UI.WebControls.WebParts.EditorZoneBase Zone { get; }
member this.Zone : System.Web.UI.WebControls.WebParts.EditorZoneBase
Protected ReadOnly Property Zone As EditorZoneBase

속성 값

EditorZoneBase

컨트롤이 들어 있는 EditorZoneBase입니다.

설명

Zone 이 속성은 읽기 전용이지만 컨트롤이 포함된 EditorPart 영역 개체에 대한 참조를 제공하며 영역 자체의 속성 값을 프로그래밍 방식으로 변경할 수 있습니다.

적용 대상

추가 정보