Spread WinForms 15
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
See Also