ImeContext.SetOpenStatus(Boolean, IntPtr) Methode

Definitie

Hiermee opent of sluit u de IME-context.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static void SetOpenStatus(bool open, IntPtr handle);
public static void SetOpenStatus(bool open, IntPtr handle);
static member SetOpenStatus : bool * nativeint -> unit
Public Shared Sub SetOpenStatus (open As Boolean, handle As IntPtr)

Parameters

open
Boolean

true om de IME te openen of false te sluiten.

handle
IntPtr

nativeint

Een aanwijzer naar de IME om deze te openen of te sluiten.

Van toepassing op