InputMethod::ShowConfigureUI Method (UIElement^)

 

Displays configuration user interface (UI) associated with the currently active keyboard text service, using a specified UIElement as the parent element for the configuration UI.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void ShowConfigureUI(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

A UIElement that will be used as the parent element for the configuration UI. This parameter can be null.

.NET Framework
Available since 3.0
Return to top
Show: