InputMethod::Current Property

 

Gets a reference to any currently active input method associated with the current context.

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

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

Property Value

Type: System.Windows.Input::InputMethod^

A reference to an InputMethod object associated with the current context, or null if there is no active input method.

This property has no default value.

The following example demonstrates how to use the Current property.

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

.NET Framework
Available since 3.0
Return to top
Show: