Class PTUndoRedoManager
Inheritance
System.Object
PTUndoRedoManager
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
Syntax
public class PTUndoRedoManager : NSObject, IPTOverridable, INativeObject, IDisposable
Constructors
PTUndoRedoManager(NSObjectFlag)
Declaration
protected PTUndoRedoManager(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
PTUndoRedoManager(PTPDFViewCtrl)
Declaration
public PTUndoRedoManager(PTPDFViewCtrl pdfViewCtrl)
Parameters
PTUndoRedoManager(IntPtr)
Declaration
protected PTUndoRedoManager(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
ClassHandle
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Enabled
Declaration
public virtual bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PdfViewCtrl
Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; }
Property Value
Methods
Redo()
Declaration
public virtual void Redo()
RegisterChangeWithActionName(String)
Declaration
public virtual void RegisterChangeWithActionName(string actionName)
Parameters
Type |
Name |
Description |
System.String |
actionName |
|
TakeUndoSnapshot(String)
Declaration
public virtual void TakeUndoSnapshot(string actionInfo)
Parameters
Type |
Name |
Description |
System.String |
actionInfo |
|
Undo()
Declaration
public virtual void Undo()
Implements
ObjCRuntime.INativeObject
System.IDisposable
Extension Methods