The IVObjectHost type exposes the following members.
Name | Description | |
---|---|---|
ClearHistory |
Discards both undo and redo history. (Inherited from IStateNavigable.) |
|
ClearRedoHistory |
Discards redo history. (Inherited from IStateNavigable.) |
|
ClearUndoHistory |
Discards undo history. (Inherited from IStateNavigable.) |
|
Redo | Overloaded. Redoes last undone change. |
|
RenderWorkspace |
Renders all v-object in the workspace into a raster image with the specified resolution. |
|
SaveState |
Saves state of the object. (Inherited from IStateNavigable.) |
|
Undo | Overloaded. Undoes last made change. |
Name | Description | |
---|---|---|
CanRedo |
Indicates if last reverted action can be redone. (Inherited from IStateNavigable.) |
|
CanUndo |
Indicates if last change can be undone. (Inherited from IStateNavigable.) |
|
CurrentDesigner |
Gets/sets the currently active designer. |
|
CurrentLayer |
Gets/sets the currently selected layer. |
|
CurrentLayerIndex |
Gets/sets the index of the currently selected layer. |
|
DefaultDesigner |
Gets the default designer associated with the host object. |
|
DesignerOptions |
Gets options available to all designers. |
|
HostViewer |
Gets a reference to a currently used viewer control. |
|
Layers |
Returns the layer collection of an object. |
|
MaxUndoStepCount |
Gets/sets maximum number of available undo steps (levels). (Inherited from IStateNavigable.) |
|
RedoStepCount |
Returns number of available redo levels (i.e. how much time method Redo() can be called). (Inherited from IStateNavigable.) |
|
UndoRedoEnabled |
Enables or disables undo/redo functionality. (Inherited from IStateNavigable.) |
|
UndoRedoTrackingEnabled |
Enables or disables the automatic change tracking. (Inherited from IStateNavigable.) |
|
UndoStepCount |
Returns number of available undo levels (i.e. how much time method Undo() can be called). (Inherited from IStateNavigable.) |
Name | Description | |
---|---|---|
CurrentLayerChanged |
Raised when another layer is selected by the user. |
|
DesignerChanged |
Raised when another v-object is selected by the user. |
|
Redoing |
Fires when image is being redone (before starting). (Inherited from IStateNavigable.) |
|
Redone |
Fires when operation has been redone (after finishing). (Inherited from IStateNavigable.) |
|
Undoing |
Fires when image is being undone (before starting). (Inherited from IStateNavigable.) |
|
Undone |
Fires when operation has been undone (after finishing). (Inherited from IStateNavigable.) |