InputMethod.ShowConfigureUI Method

Definition

Displays configuration user interface (UI) associated with the currently active keyboard text service.

Overloads

ShowConfigureUI()

Displays configuration user interface (UI) associated with the currently active keyboard text service.

ShowConfigureUI(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.

ShowConfigureUI()

Displays configuration user interface (UI) associated with the currently active keyboard text service.

public:
 void ShowConfigureUI();
public void ShowConfigureUI ();
member this.ShowConfigureUI : unit -> unit
Public Sub ShowConfigureUI ()

See also

Applies to

ShowConfigureUI(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.

public:
 void ShowConfigureUI(System::Windows::UIElement ^ element);
public void ShowConfigureUI (System.Windows.UIElement element);
member this.ShowConfigureUI : System.Windows.UIElement -> unit
Public Sub ShowConfigureUI (element As UIElement)

Parameters

element
UIElement

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

See also

Applies to