ImageGear21.Art Assembly > ImageGear.ART Namespace : ImGearARTHistory Class |
The following tables list the members exposed by ImGearARTHistory.
Name | Description | |
---|---|---|
![]() | IsEnabled | Gets or sets a value indicating whether the history functionality is enabled. |
![]() | IsGroupingHistoryOn | Gets a value indicating whether the grouping of history actions is active. |
![]() | IsSelectionRecorded | Gets or sets a value indicating whether the selection history recording is enabled. |
![]() | IsZOrderRecorded | Gets or sets a value indicating whether the z-order history recording is enabled. |
![]() | Limit | Gets or sets a value of the maximum count of Undo/Redo actions. |
![]() | RedoCount | Gets the count of available redo actions. |
![]() | Stream | Gets or sets a value indicating the Stream for action storing. If Stream == NULL the action will be stored in the memory. |
![]() | UndoCount | Gets the count of available undo actions. |
Name | Description | |
---|---|---|
![]() | BeginGroupingHistory | Begins group record of history actions. It allows to group multiple actions into a single undo/redo action. |
![]() | Clear | Clears the undo/redo history. |
![]() | EndGroupingHistory | Ends group record of history actions. |
![]() | Redo | Makes redo the stored action. |
![]() | Undo | Makes undo the stored action. |
Name | Description | |
---|---|---|
![]() | HistoryChanged | Occurs when the history is changed. |