| IUndoableOperationDescription Property |
Gets the description of the operation.
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax Object Description { get; }
ReadOnly Property Description As Object
Get
property Object^ Description {
Object^ get ();
}
abstract Description : Object with get
Property Value
Type:
ObjectThe description of the operation.
Remarks
The description is an object that identifies the operation that is performed. The object is
typically a static or dynamically generated string (such as "Insert 'abc'", "Backspace",
etc.). The object can be listed in the drop-down menu of an Undo or Redo button.
See Also