Spread Windows Forms 15.0
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
    public bool Alt {get;}
    See Also