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