Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / KeyChar Property


In This Topic
    KeyChar Property
    In This Topic
    Gets the character defined by this keystroke.
    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