ImeContext.Disable(IntPtr) Method

Definition

Disables the specified IME.

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

public:
 static void Disable(IntPtr handle);
public static void Disable (IntPtr handle);
static member Disable : nativeint -> unit
Public Shared Sub Disable (handle As IntPtr)

Parameters

handle
IntPtr

nativeint

A pointer to the IME to disable.

Applies to