Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / LastKeyDown Property


In This Topic
LastKeyDown Property
In This Topic
Gets or sets the key code of the last key down.
Syntax
'Declaration
 
Public Property LastKeyDown As Integer
 
'Usage
 
Dim instance As SEditTextBox
Dim value As Integer
 
instance.LastKeyDown = value
 
value = instance.LastKeyDown
See Also