Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NUndoRedoCommandContext Class
Properties Methods Events


In This Topic
    NUndoRedoCommandContext Class Members
    In This Topic

    The following tables list the members exposed by NUndoRedoCommandContext.

    Public Properties
     NameDescription
    Public PropertyGets nested contexts for this context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public PropertyGets/sets a value indicating whether the context will appear in the "Customize" dialog of the NCommandBarsManager. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public PropertyGets/sets the command properties for this context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public PropertyGets/sets the id of the range this context belongs to. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public PropertyGets/sets the text that will be displayed when the mouse hovers a command sharing this context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyObtains a reference to the view document  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyObtains a reference to the view  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodCreates an idenctical copy of this object (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodExecutes the context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodChecks if commands sharing this context should be checked. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodGets the commands currently sharing this context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodChecks if commands sharing this context should be enabled. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets all the nested contexts, including all branches of the context tree. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodGets the serialization data for this command context (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodChecks all the commands sharing this context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodEnables all the commands sharing that context. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public MethodForces the parents of all commands currently sharing this context to re-measure and refresh their commands. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.UI.WinForm.Controls.NListBoxCommandContext)
    Protected Method (Inherited from Nevron.UI.WinForm.Controls.NListBoxCommandContext)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Top
    Public Events
     NameDescription
    Public EventFired when a command has been executed. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Public EventFired when a command is about to be executed. Set the Cancel property of the EventArgs to true to prevent the command from being executed. (Inherited from Nevron.UI.WinForm.Controls.NCommandContext)
    Top
    See Also