Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / Keystroke Constructor / Keystroke Constructor(Keys,Keys)
Key code defined by this keystroke
Modifier keys defined by this keystroke


In This Topic
    Keystroke Constructor(Keys,Keys)
    In This Topic
    Creates a new keystroke with a specified a key code and modifier keys.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal keyCode As Keys, _
       ByVal modifiers As Keys _
    )
    'Usage
     
    
    Dim keyCode As Keys
    Dim modifiers As Keys
     
    Dim instance As New Keystroke(keyCode, modifiers)
    public Keystroke( 
       Keys keyCode,
       Keys modifiers
    )

    Parameters

    keyCode
    Key code defined by this keystroke
    modifiers
    Modifier keys defined by this keystroke
    See Also