ImeContext::GetImeMode Method (IntPtr)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the ImeMode of the specified IME.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static ImeMode GetImeMode(
	IntPtr handle
)

Parameters

handle
Type: System::IntPtr

A pointer to the IME to query.

Return Value

Type: System.Windows.Forms::ImeMode

The ImeMode of the specified IME.

.NET Framework
Available since 2.0
Return to top
Show: