Spread Windows Forms 17
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
    public Keys Modifiers {get;}
    See Also