InputLanguageManager::RegisterInputLanguageSource Method (IInputLanguageSource^)

 

Registers an input language source with the InputLanguageManager.

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

public:
void RegisterInputLanguageSource(
	IInputLanguageSource^ inputLanguageSource
)

Parameters

inputLanguageSource
Type: System.Windows.Input::IInputLanguageSource^

An object that specifies the input language to register. This object must implement the IInputLanguageSource interface.

Exception Condition
ArgumentNullException

Raised when inputLanguageSource is null.

.NET Framework
Available since 3.0
Return to top
Show: