[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.WindowWrapper

WindowWrapper Class

Defines a virtual windows to help the operation of the Ime.

Inheritance
WindowWrapper
Namespace: C1.Win.Input.GrapeCity.Framework.Input
Assembly: C1.Win.Input.8.dll
Syntax
public class WindowWrapper : IMessageWindow, IWin32Window, IDisposable
Remarks

This class only send message to the IMessageProcessor.PerProcess methods.

Constructors

Name Description
WindowWrapper()

Initializes a new instance of the WindowWrapper class.

Properties

Name Description
FactWindow

Gets or sets the fact window.

Methods

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.

Events

Name Description
FactWindowChanged

A event raised when the value of FactWindow property is changed.