Spread Windows Forms 15.0
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
    public int LastKeyDown {get; set;}
    See Also