InputMethod.ShowConfigureUI Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche l’interface utilisateur de configuration associée au service de texte du clavier actif.
Surcharges
| Nom | Description |
|---|---|
| ShowConfigureUI() |
Affiche l’interface utilisateur de configuration associée au service de texte du clavier actif. |
| ShowConfigureUI(UIElement) |
Affiche l’interface utilisateur de configuration associée au service de texte clavier actif, à l’aide d’un élément parent spécifié UIElement pour l’interface utilisateur de configuration. |
ShowConfigureUI()
Affiche l’interface utilisateur de configuration associée au service de texte du clavier actif.
public:
void ShowConfigureUI();
public void ShowConfigureUI();
member this.ShowConfigureUI : unit -> unit
Public Sub ShowConfigureUI ()
Voir aussi
S’applique à
ShowConfigureUI(UIElement)
Affiche l’interface utilisateur de configuration associée au service de texte clavier actif, à l’aide d’un élément parent spécifié UIElement pour l’interface utilisateur de configuration.
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)
Paramètres
- element
- UIElement
Qui UIElement sera utilisé comme élément parent pour l’interface utilisateur de configuration. Ce paramètre peut être null.