InputLanguageManager::RegisterInputLanguageSource Method (IInputLanguageSource^)
.NET Framework (current version)
Registers an input language source with the InputLanguageManager.
Assembly: PresentationCore (in PresentationCore.dll)
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
Available since 3.0
Show: