GoDiagram Web Reference
TransactionLevel Property

Gets the current transaction level.
Syntax
'Declaration
 
Public ReadOnly Property TransactionLevel As Integer
public int TransactionLevel {get;}

Property Value

This value is zero when no transaction is in progress. The initial value is zero. StartTransaction will increment this value; EndTransaction will decrement it. When this value is greater than zero, CanUndo and CanRedo will be false, because additional logically related document change events may occur.
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

GoUndoManager Class
GoUndoManager Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback