Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / DumpToListBoxes Method
undo list box
redo list box


In This Topic
    DumpToListBoxes Method
    In This Topic
    Dumps the state of the undo and redo stacks in the specified ListBox instances
    Syntax
    'Declaration
     
    
    Public Overridable Sub DumpToListBoxes( _
       ByVal undoList As System.Windows.Forms.ListBox, _
       ByVal redoList As System.Windows.Forms.ListBox _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim undoList As System.Windows.Forms.ListBox
    Dim redoList As System.Windows.Forms.ListBox
     
    instance.DumpToListBoxes(undoList, redoList)
    public virtual void DumpToListBoxes( 
       System.Windows.Forms.ListBox undoList,
       System.Windows.Forms.ListBox redoList
    )

    Parameters

    undoList
    undo list box
    redoList
    redo list box
    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