|
MessageHandler.MsgCodeLow Defines low 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. MsgCodeLow defines the upper bound of this range. So, to be processed by the handler, Message's MsgCode field should be greater than or equal to the value of this property. |
|
