Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IInputLanguageSource Interface

 

Defines necessary facilities for an object that intends to behave as an input language source.

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

Public Interface IInputLanguageSource

NameDescription
System_CAPS_pubpropertyCurrentInputLanguage

Gets or sets the current input language for this input language source object.

System_CAPS_pubpropertyInputLanguageList

Gets a list of input languages supported by this input language source object.

NameDescription
System_CAPS_pubmethodInitialize()

Initializes an input language source object.

System_CAPS_pubmethodUninitialize()

Un-initializes an input language source object.

Implement this interface on a class that intends to behave as an input language source.

Use the RegisterInputLanguageSource method to register an input language source with an InputLanguageManager.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft