[]
        
(Showing Draft Content)

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

ImeHost Constructor

ImeHost(nint)

Initializes a new instance of the ImeHost class.

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

An nint 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.