Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragEventArgs Class / IsCommandPressed Property

In This Topic
    IsCommandPressed Property (C1DragEventArgs)
    In This Topic
    Gets whether command key is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCommandPressed As Boolean
    public bool IsCommandPressed {get;}
    See Also