Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommand Class
Properties Methods Events


In This Topic
    NDockingFrameworkCommand Class Members
    In This Topic

    The following tables list the members exposed by NDockingFrameworkCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the unique identifier of this command.  
    Public PropertyGets or sets the human readable name of the command.  
    Public PropertyGets an arraylist containing all the shortcuts connected with this command. This allows for multiple shortcuts per command.  
    Public PropertyGets or sets an additional information associated with the command.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Protected PropertyGets a reference to the dock manager this command is currently attached to.  
    Top
    Public Methods
     NameDescription
    Public MethodChecks whether the specified command might be executed.  
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public Method  
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodPerforms a command specific action.  
    Public MethodChecks whether the specified keys are associated with the command.  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodPerforms the core execution of the command.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodRaises the Executed event.  
    Protected MethodRaises the Executing event.  
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired after the command has been executed.  
    Public EventFired just before the command is about to be executed. Cancelable.  
    Top
    See Also