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 actif de saisie de texte au clavier.
Surcharges
ShowConfigureUI() |
Affiche l'interface utilisateur de configuration associée au service actif de saisie de texte au clavier. |
ShowConfigureUI(UIElement) |
Affiche l’interface utilisateur de configuration associée au service de texte du clavier actuellement actif, à l’aide d’un spécifié UIElement comme élément parent pour l’interface utilisateur de configuration. |
ShowConfigureUI()
Affiche l'interface utilisateur de configuration associée au service actif de saisie de texte au clavier.
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 du clavier actuellement actif, à l’aide d’un spécifié UIElement comme élément parent 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
UIElement qui sera utilisé comme élément parent pour l’interface utilisateur de configuration. Ce paramètre peut être null
.