Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandManager Class
Methods


In This Topic
    NCommandManager Class Members
    In This Topic

    The following tables list the members exposed by NCommandManager.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Disposes all the contexts stored by the manager.  
    Public MethodOverloaded. Collects all the commands that are currently available in the framework.  
    Public MethodSearches among all commands and gets the ones that match the specified id.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Method  
    Public MethodGets all the contexts that mathc the specifed context type.  
    Public MethodGets all the contexts that match the specified range id and optionally excludes the ones marked as non-editorbrowsable.  
    Public MethodGets all the contexts that might appear in the "Customize" dialog. If a context is assigned a RangeID and that range is markes as non-browsable the context will also be non-browsable.  
    Public MethodSearches among all the ranges to find out if a range with such id exists and if true is it marked as editor browsable.  
    Public MethodProcesses a keyboard shortcut combination. The search begins within the context collection and if a valid shortcut is found the Execute() method is called and the manager is told that the event is processed. Then the search begins for every avalilable command. If a valid shortcut is fount the PerformClick() method is called.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    See Also