InputLanguageManager::Current Property

 

Gets the input language manager associated with the current context.

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

public:
property InputLanguageManager^ Current {
	static InputLanguageManager^ get();
}

Property Value

Type: System.Windows.Input::InputLanguageManager^

An InputLanguageManager object associated with the current context.

This property has no default value.

The following example demonstrates how to use an InputLanguageManager to access the language manager associated with the current context.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: