Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogKeyEventArgs Class / Shift Property


In This Topic
    Shift Property
    In This Topic
    Gets whether the Shift key was pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shift As Boolean
    'Usage
     
    
    Dim instance As DialogKeyEventArgs
    Dim value As Boolean
     
    value = instance.Shift
    public bool Shift {get;}
    See Also