Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NUndoCommandContext Class
Members


In This Topic
    NUndoCommandContext Class
    In This Topic
    The Undo command context
    Object Model
    NUndoCommandContext Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Properties")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NUndoCommandContext 
       Inherits NUndoRedoCommandContext
       Implements Nevron.Globalization.INLocalizable, Nevron.UI.WinForm.Controls.INCommandBarsObject, Nevron.UI.WinForm.Controls.INSerializable, Nevron.UI.WinForm.Controls.INShortcutProvider 
    'Usage
     
    
    Dim instance As NUndoCommandContext
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Properties")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NUndoCommandContext : NUndoRedoCommandContext, Nevron.Globalization.INLocalizable, Nevron.UI.WinForm.Controls.INCommandBarsObject, Nevron.UI.WinForm.Controls.INSerializable, Nevron.UI.WinForm.Controls.INShortcutProvider  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.WinForm.Controls.NCommandContext
                Nevron.UI.WinForm.Controls.NListBoxCommandContext
                   Nevron.Diagram.WinForm.Commands.NUndoRedoCommandContext
                      Nevron.Diagram.WinForm.Commands.NUndoCommandContext

    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