Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / KeyboardUtil Class / Ctrl Property

In This Topic
    Ctrl Property
    In This Topic
    Gets a value indicating whether ctrl key is pressed.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Ctrl As Boolean
    public static bool Ctrl {get;}

    Property Value

    true if ctrl key is pressed; otherwise, false.
    See Also