[]
Initializes a new instance of the ImeHost class.
public ImeHost(IntPtr handle)
Public Sub New(handle As IntPtr)
| Type | Name | Description |
|---|---|---|
| IntPtr | handle | An IntPtr indicates the handle of the window. |
Initializes a new instance of the ImeHost class.
public ImeHost(NativeWindow window)
Public Sub New(window As NativeWindow)
| Type | Name | Description |
|---|---|---|
| NativeWindow | window | A NativeWindow indicates the handle of the window. |