[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.IMessageWindow

IMessageWindow Interface

Defines an interface that abstractes a window, user can add message processors to it.

Namespace: C1.Win.Input.GrapeCity.Framework.Input
Assembly: C1.Win.Input.8.dll
Syntax
public interface IMessageWindow : IWin32Window

Methods

Name Description
AddMessageProcessor(IMessageProcessor)

Addes the an IMessageProcessor into the IMessageWindow.

RemoveMessageProcessor(IMessageProcessor)

Removes the an IMessageProcessor from the IMessageWindow.