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