Partager via


USDPopupPanel.DiscoverContentControl(UIElement) Method

Definition

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.

Applies to