InputMethod.ShowConfigureUI 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示與目前使用中之鍵盤文字服務建立關聯的組態使用者介面 (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)