USDPopupPanel.DiscoverContentControl(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 content control.
protected:
System::Windows::Controls::ContentPresenter ^ DiscoverContentControl(System::Windows::UIElement ^ child);
protected System.Windows.Controls.ContentPresenter DiscoverContentControl (System.Windows.UIElement child);
member this.DiscoverContentControl : System.Windows.UIElement -> System.Windows.Controls.ContentPresenter
Protected Function DiscoverContentControl (child As UIElement) As ContentPresenter
Parameters
- child
- UIElement
Specifies the UI element.
Returns
Returns ContentPresenter.