OnMessage Method (CustomServerBase)
The hooked Windows message.
Syntax
'Declaration
 
Public Overridable Function OnMessage( _
   ByRef tMsg As System.Windows.Forms.Message _
) As RecordStatus
public virtual RecordStatus OnMessage( 
   ref System.Windows.Forms.Message tMsg
)

Parameters

tMsg
The hooked Windows message.