ImeContext.IsOpen(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指出指定 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 的指標。
傳回
如果指定的 IME 為開啟,則為 true
,否則為 false
。