Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / Modifiers Property


In This Topic
Modifiers Property (Keystroke)
In This Topic
Gets the modifier keys defined by this keystroke.
Syntax
'Declaration
 
Public ReadOnly Property Modifiers As Keys
 
'Usage
 
Dim instance As Keystroke
Dim value As Keys
 
value = instance.Modifiers
See Also