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


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