InputMethod::ShowRegisterWordUI Method (UIElement^, 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, and a specified UIElement as the parent element for the configuration UI.

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

public:
void ShowRegisterWordUI(
	UIElement^ element,
	String^ registeredText
)

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