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


In This Topic
Alt Property
In This Topic
Gets whether the Alt key was pressed.
Syntax
'Declaration
 
Public ReadOnly Property Alt As Boolean
 
'Usage
 
Dim instance As DialogKeyEventArgs
Dim value As Boolean
 
value = instance.Alt
See Also