Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / SEditProcessWmCharMsg Method
Message


In This Topic
SEditProcessWmCharMsg Method
In This Topic
Internal use only. Processes the WmChar message.
Syntax
'Declaration
 
Protected Overridable Function SEditProcessWmCharMsg( _
   ByRef msg As Message _
) As Boolean
 
'Usage
 
Dim instance As InputTextBox
Dim msg As Message
Dim value As Boolean
 
value = instance.SEditProcessWmCharMsg(msg)

Parameters

msg
Message
See Also