Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogKeyEventArgs Class / KeyData Property


In This Topic
    KeyData Property (DialogKeyEventArgs)
    In This Topic
    Gets the key data for the key the user pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KeyData As Keys
    'Usage
     
    
    Dim instance As DialogKeyEventArgs
    Dim value As Keys
     
    value = instance.KeyData
    public Keys KeyData {get;}
    See Also