Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommand Class / Shortcuts Property


In This Topic
    Shortcuts Property
    In This Topic
    Gets an arraylist containing all the shortcuts connected with this command. This allows for multiple shortcuts per command.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shortcuts As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NDockingFrameworkCommand
    Dim value As System.Collections.ArrayList
     
    value = instance.Shortcuts
    public System.Collections.ArrayList Shortcuts {get;}
    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