FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / LastKeyDown Property


In This Topic
LastKeyDown Property (InputTextBox)
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 InputTextBox
Dim value As Integer
 
instance.LastKeyDown = value
 
value = instance.LastKeyDown
See Also