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


In This Topic
    NDocumentCommand Class Members
    In This Topic

    The following tables list the members exposed by NDocumentCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the unique identifier of this command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public PropertyGets or sets the human readable name of the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public PropertyGets an arraylist containing all the shortcuts connected with this command. This allows for multiple shortcuts per command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public PropertyGets or sets an additional information associated with the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    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. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Top
    Public Methods
     NameDescription
    Public MethodChecks whether the specified command might be executed. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public Method (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodPerforms a command specific action. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public MethodChecks whether the specified keys are associated with the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodCloses all the documents registered with the document manager.  
    Protected MethodCloses the current active document.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodRaises the Executed event. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Protected MethodRaises the Executing event. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodPerforms StandardMdi specific layout upon all document hosts.  
    Protected MethodSelects the next(previous) document.  
    Protected MethodSelects the next tab in the document view. Valid when the current view is MdiTabbed.  
    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. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Public EventFired just before the command is about to be executed. Cancelable. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand)
    Top
    See Also