Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / ProcessWMKeyUpMsg Method
Message


In This Topic
ProcessWMKeyUpMsg Method
In This Topic
Processes the WmKeyUp message.
Syntax
'Declaration
 
Protected Overridable Function ProcessWMKeyUpMsg( _
   ByRef msg As Message _
) As Boolean
 
'Usage
 
Dim instance As SEditTextBox
Dim msg As Message
Dim value As Boolean
 
value = instance.ProcessWMKeyUpMsg(msg)

Parameters

msg
Message
See Also