[]
Initializes a new instance of the ImeHost class.
public ImeHost(IntPtr handle)
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)
Type | Name | Description |
---|---|---|
NativeWindow | window | A NativeWindow indicates the handle of the window. |