Share via


Utility.LoadElement(String) Method

Definition

Loads the elements.

public:
 static System::Windows::UIElement ^ LoadElement(System::String ^ replacedDisplay);
public static System.Windows.UIElement LoadElement (string replacedDisplay);
static member LoadElement : string -> System.Windows.UIElement
Public Shared Function LoadElement (replacedDisplay As String) As UIElement

Parameters

replacedDisplay
String

Specifies the replaced display.

Returns

Applies to