Constable Authorization Engine 2.0 BETA

UndoEngine.IsUndoGroupActive Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether this instance has an active undo group.

[Visual Basic]
Public ReadOnly Property IsUndoGroupActive As Boolean
[C#]
public bool IsUndoGroupActive {get;}

Property Value

true if this instance has an active undo group; otherwisefalse .

Remarks

An undo group is activated by calling the BeginUndoGroup method and deactivated by calling the CommitUndoGroup, RollbackUndoGroup or Clear methods, or by associating the UndoEngine with a new change event source by setting the RootInstance property.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace