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


In This Topic
    KeyChar Property
    In This Topic
    Gets the character defined by the KeyStroke structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyChar As Char
    'Usage
     
    Dim instance As KeyStroke
    Dim value As Char
     
    value = instance.KeyChar
    public char KeyChar {get;}
    See Also