ImeContext.IsOpen(IntPtr) 方法

定義

傳回指出指定 IME 是否已開啟的值。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static bool IsOpen(IntPtr handle);
public static bool IsOpen (IntPtr handle);
static member IsOpen : nativeint -> bool
Public Shared Function IsOpen (handle As IntPtr) As Boolean

參數

handle
IntPtr

nativeint

要查詢之 IME 的指標。

傳回

Boolean

如果指定的 IME 為開啟,則為 true,否則為 false

適用於