Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / KeyboardUtil Class / Alt Property

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

    Property Value

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