InputMethod.ShowConfigureUI Méthode

Définition

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.

Voir aussi

S’applique à