ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / KeyboardUtil Class / Alt Property

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

    Property Value

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