Click or drag to resize
DigitalRuneUndoBufferIsUndoGroupOpen Property
Gets a value indicating whether an undo group is open.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool IsUndoGroupOpen { get; }

Property Value

Type: Boolean
if an undo group open; otherwise, .
See Also