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


In This Topic
OnKeyDownMoveCaret Method
In This Topic
Occurs when the move caret key is down.
Syntax
'Declaration
 
Protected Overridable Function OnKeyDownMoveCaret( _
   ByRef msg As Message _
) As Boolean
 
'Usage
 
Dim instance As SEditTextBox
Dim msg As Message
Dim value As Boolean
 
value = instance.OnKeyDownMoveCaret(msg)

Parameters

msg
See Also