VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / DynamicKeyGesture Class / CreateKeyWithAnyModifiers(Key) Method
Syntax Requirements SeeAlso
In This Topic
    CreateKeyWithAnyModifiers(Key) Method (DynamicKeyGesture)
    In This Topic
    Creates the DynamicKeyGesture with specified key and marks that gesture accepts any key modifier.
    Syntax
    'Declaration
    
    Public Shared Function CreateKeyWithAnyModifiers( _
    ByVal key
    The key of new input gesture.
    As System.Windows.Input.Key _
    ) As DynamicKeyGesture
    public static DynamicKeyGesture CreateKeyWithAnyModifiers(
    System.Windows.Input.Key key
    )
    public: static DynamicKeyGesture* CreateKeyWithAnyModifiers(
    System.Windows.Input.Key* key
    )
    public:
    static DynamicKeyGesture^ CreateKeyWithAnyModifiers(
    System.Windows.Input.Key^ key
    )

    Parameters

    key
    The key of new input gesture.

    Return Value

    DynamicKeyGesture with specified key.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also