[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.ImeHost.-ctor

ImeHost Constructor

ImeHost(IntPtr)

Initializes a new instance of the ImeHost class.

Declaration
public ImeHost(IntPtr handle)
Public Sub New(handle As IntPtr)
Parameters
Type Name Description
IntPtr handle

An IntPtr indicates the handle of the window.

ImeHost(NativeWindow)

Initializes a new instance of the ImeHost class.

Declaration
public ImeHost(NativeWindow window)
Public Sub New(window As NativeWindow)
Parameters
Type Name Description
NativeWindow window

A NativeWindow indicates the handle of the window.