InputMethod::ShowRegisterWordUI Method (String^)

 

Displays word registration user interface (UI) associated with the currently active keyboard text service. Accepts a specified string as the default value to register.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void ShowRegisterWordUI(
	String^ registeredText
)

Parameters

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
Return to top
Show: