PanelLayoutBase.DiscoverChildren(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discovers the children.
protected:
System::Collections::Generic::List<Microsoft::Uii::Desktop::UI::Controls::IPanel ^> ^ DiscoverChildren(System::Windows::UIElement ^ child);
protected System.Collections.Generic.List<Microsoft.Uii.Desktop.UI.Controls.IPanel> DiscoverChildren (System.Windows.UIElement child);
member this.DiscoverChildren : System.Windows.UIElement -> System.Collections.Generic.List<Microsoft.Uii.Desktop.UI.Controls.IPanel>
Protected Function DiscoverChildren (child As UIElement) As List(Of IPanel)
Parameters
- child
- UIElement
Specifies the UI element.