Popup.LogicalChildren 속성

정의

Popup 컨트롤의 논리적 자식 요소에 액세스하는 데 사용할 수 있는 열거자를 가져옵니다.

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator

속성 값

IEnumerator 컨트롤의 논리적 자식 요소에 액세스하는 데 사용할 수 있는 Popup입니다. 기본값은 null입니다.

설명

콘텐츠를 추가 하는 경우는 Popup 컨트롤을 Popup 컨트롤은 콘텐츠를 논리적 부모가 됩니다. 마찬가지로, 합니다 Popup 콘텐츠의 논리적 자식으로 간주 됩니다는 Popup합니다. 자식 콘텐츠가 포함 된 시각적 트리에 추가 되지 않습니다는 Popup 제어 합니다. 자체 시각적 개체에 있는 별도 창에서 자식 콘텐츠를 렌더링할 하는 대신 경우 트리를 IsOpen 속성이 true합니다.

적용 대상