Xceed Chart for WinForms v4.4 Documentation
DumpToListBoxes Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > History Class : DumpToListBoxes Method
Exports the undo and redo stacks in ListBox instances
Syntax
'Declaration
 
Public Sub DumpToListBoxes( _
   ByVal undoList As ListBox, _
   ByVal redoList As ListBox _
) 
'Usage
 
Dim instance As History
Dim undoList As ListBox
Dim redoList As ListBox
 
instance.DumpToListBoxes(undoList, redoList)
public void DumpToListBoxes( 
   ListBox undoList,
   ListBox redoList
)

Parameters

undoList
redoList
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

Reference

History Class
History Members