|
MessageHandler.MsgCodeHigh Defines upper bound of the range of the codes of the messages being handled by this handler. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description The right handler for the message is defined using the range of codes which are handled by the handler. MsgCodeHigh defines the upper bound of this range. So, to be processed by the handler, Message's MsgCode field should be less than or equal to the value of this property. |
|
