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

另請參閱

適用於