Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogCharEventArgs Class / CharCode Property


In This Topic
CharCode Property
In This Topic
Gets the character corresponding to the key the user pressed.
Syntax
'Declaration
 
Public ReadOnly Property CharCode As Char
 
'Usage
 
Dim instance As DialogCharEventArgs
Dim value As Char
 
value = instance.CharCode
See Also