FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / UndoManager Property


In This Topic
UndoManager Property (FpChart)
In This Topic
Gets the undo manager which can be used to manage undo and redo actions.
Syntax
'Declaration
 
Public ReadOnly Property UndoManager As UndoRedoManager
 
'Usage
 
Dim instance As FpChart
Dim value As UndoRedoManager
 
value = instance.UndoManager
See Also