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


In This Topic
SEditProcessWmKeyUpMsg Method
In This Topic
Internal use only. Processes the WmKeyUp message ourselves, only for Advance (ArrowKeys).
Syntax
'Declaration
 
Protected Overridable Function SEditProcessWmKeyUpMsg( _
   ByRef msg As Message _
) As Boolean
 
'Usage
 
Dim instance As InputTextBox
Dim msg As Message
Dim value As Boolean
 
value = instance.SEditProcessWmKeyUpMsg(msg)

Parameters

msg
Message
See Also