Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogKeyEventArgs Class / Modifiers Property


In This Topic
Modifiers Property (DialogKeyEventArgs)
In This Topic
Gets which combination of Ctrl, Shift, and Alt keys is pressed.
Syntax
'Declaration
 
Public ReadOnly Property Modifiers As Keys
 
'Usage
 
Dim instance As DialogKeyEventArgs
Dim value As Keys
 
value = instance.Modifiers
See Also