Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommand Class / IsShortcutCombination Method
The keys to check for.


In This Topic
    IsShortcutCombination Method
    In This Topic
    Checks whether the specified keys are associated with the command.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsShortcutCombination( _
       ByVal keys As System.Windows.Forms.Keys _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockingFrameworkCommand
    Dim keys As System.Windows.Forms.Keys
    Dim value As System.Boolean
     
    value = instance.IsShortcutCombination(keys)
    public virtual System.bool IsShortcutCombination( 
       System.Windows.Forms.Keys keys
    )

    Parameters

    keys
    The keys to check for.

    Return Value

    True if the keys are associated with the command, false otherwise.
    Requirements

    Target Platforms: 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