The IVObjectHost type exposes the following members.
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.) |