InputMethod::ShowRegisterWordUI Method (UIElement^, String^)
.NET Framework (current version)
Displays word registration user interface (UI) associated with the currently active keyboard text service. Accepts a specified string as the default value to register, and a specified UIElement as the parent element for the configuration UI.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- element
-
Type:
System.Windows::UIElement^
A UIElement that will be used as the parent element for the word registration UI. This parameter can be null.
- registeredText
-
Type:
System::String^
A string that specifies a value to register.
Typically the value specified by registeredText is used to pre-populate the word registration user interface (UI).
.NET Framework
Available since 3.0
Available since 3.0
Show: