Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / KeyActivationGesture Class / SystemKey Property


In This Topic
    SystemKey Property
    In This Topic
    Gets or sets the key to verify.
    Syntax
    'Declaration
     
    Public Property SystemKey As Key
    'Usage
     
    Dim instance As KeyActivationGesture
    Dim value As Key
     
    instance.SystemKey = value
     
    value = instance.SystemKey
    public Key SystemKey {get; set;}

    Property Value

    A System.Windows.Input.Key value representing the key to verify.
    Remarks
    Key and SystemKey will always be equal unless the ALT modifier key is pressed. In that case, Key will be equal to Key.SystemKey, Modifiers will be equal to ALT, and SystemKey will be equal to the key that was pressed.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also