FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / ProcessWMKeyUpMsg Method
Message


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

Parameters

msg
Message
See Also