InputMethod.ShowConfigureUI 方法

定義

顯示與目前啟用的鍵盤文字服務相關的設定使用者介面(UI)。

多載

名稱 Description
ShowConfigureUI()

顯示與目前啟用的鍵盤文字服務相關的設定使用者介面(UI)。

ShowConfigureUI(UIElement)

顯示與目前啟用鍵盤文字服務相關的配置使用者介面(UI),並以 specified UIElement 作為設定 UI 的父元素。

ShowConfigureUI()

顯示與目前啟用的鍵盤文字服務相關的設定使用者介面(UI)。

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

另請參閱

適用於

ShowConfigureUI(UIElement)

顯示與目前啟用鍵盤文字服務相關的配置使用者介面(UI),並以 specified UIElement 作為設定 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 A 將作為設定介面的父元素使用。 這個參數可以是 null

另請參閱

適用於