Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / KeyStroke Structure / KeyCode Property


In This Topic
    KeyCode Property
    In This Topic
    Gets the key code defined by the KeyStroke structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyCode As Key
    'Usage
     
    Dim instance As KeyStroke
    Dim value As Key
     
    value = instance.KeyCode
    public Key KeyCode {get;}
    See Also