[]
Defines a virtual windows to help the operation of the Ime.
public class WindowWrapper : IMessageWindow, IWin32Window, IDisposable
This class only send message to the IMessageProcessor.PerProcess methods.
Name | Description |
---|---|
WindowWrapper() | Initializes a new instance of the WindowWrapper class. |
Name | Description |
---|---|
FactWindow | Gets or sets the fact window. |
Name | Description |
---|---|
Dispose() | Hang up the link between this class and the Application. |
GetAssociatedWindowHandle() | Gets the associated window handle that related to the FactWindow instance. |
GetHookHandle() | Gets the hook handle from the FactWindow. |
OnFactWindowChanged(EventArgs) | Raises the FactWindowChanged event. |
PostProcessMessage(ref Message) | Dispatch the message to the processsor. |
PreProcessMessage(ref Message) | Dispatch the message to the processsor. |
Name | Description |
---|---|
FactWindowChanged | A event raised when the value of FactWindow property is changed. |