Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / Context Property


In This Topic
    Context Property (UndoManager)
    In This Topic
    Gets the context of the UndoManager which is used to execute the actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property Context As Object
    'Usage
     
    Dim instance As UndoManager
    Dim value As Object
     
    value = instance.Context
    public object Context {get;}
    See Also