DocumentViewerBase.LogicalChildren Property

Definition

Gets an enumerator for the children in the logical tree of the viewer.

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

Property Value

An IEnumerator object that can be used to enumerate the logical children of the viewer.

This property has no default value.

Remarks

If the viewer has no logical children, an empty enumerator is returned.

Applies to