ImeContext::IsOpen Method (IntPtr)

 

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

Returns a value that indicates whether the specified IME is open.

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

public:
static bool IsOpen(
	IntPtr handle
)

Parameters

handle
Type: System::IntPtr

A pointer to the IME to query.

Return Value

Type: System::Boolean

true if the specified IME is open; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: