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


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

Parameters

msg
Message
See Also