InputMethod.ShowConfigureUI 方法

定义

显示与当前活动的键盘文本服务关联的配置用户界面 (UI)。

重载

ShowConfigureUI()

显示与当前活动的键盘文本服务关联的配置用户界面 (UI)。

ShowConfigureUI(UIElement)

使用指定 UIElement 为配置 UI 的父元素, (UI) 显示与当前活动键盘文本服务关联的配置用户界面。

ShowConfigureUI()

显示与当前活动的键盘文本服务关联的配置用户界面 (UI)。

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

另请参阅

适用于

ShowConfigureUI(UIElement)

使用指定 UIElement 为配置 UI 的父元素, (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)

参数

element
UIElement

UIElement 用作配置 UI 的父元素的 。 此参数可以为 null

另请参阅

适用于