Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDrawingDocumentOptionsCategory Class / MaxUndoLevels Property


In This Topic
    MaxUndoLevels Property
    In This Topic
    Specifies the maximum number of actions recorded by history
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("History")>
    <System.ComponentModel.DescriptionAttribute("Specifies the maximum number of actions recorded by history")>
    Public Property MaxUndoLevels As System.Integer
    'Usage
     
    
    Dim instance As NDrawingDocumentOptionsCategory
    Dim value As System.Integer
     
    instance.MaxUndoLevels = value
     
    value = instance.MaxUndoLevels
    [System.ComponentModel.Category("History")]
    [System.ComponentModel.Description("Specifies the maximum number of actions recorded by history")]
    public System.int MaxUndoLevels {get; set;}
    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