Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / OnKeyRelease Property


In This Topic
    OnKeyRelease Property
    In This Topic
    Gets whether the keystroke is active on key release.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OnKeyRelease As Boolean
    'Usage
     
    
    Dim instance As Keystroke
    Dim value As Boolean
     
    value = instance.OnKeyRelease
    public bool OnKeyRelease {get;}
    See Also