This documentation is for the old version. Go to the latest Graphics Mill docs

IVObjectHost Properties

The IVObjectHost type exposes the following members.

Properties

Name Description
Public property CanRedo

Indicates if last reverted action can be redone.

(Inherited from IStateNavigable.)
Public property CanUndo

Indicates if last change can be undone.

(Inherited from IStateNavigable.)
Public property CurrentDesigner

Gets/sets the currently active designer.

Public property CurrentLayer

Gets/sets the currently selected layer.

Public property CurrentLayerIndex

Gets/sets the index of the currently selected layer.

Public property DefaultDesigner

Gets the default designer associated with the host object.

Public property DesignerOptions

Gets options available to all designers.

Public property HostViewer

Gets a reference to a currently used viewer control.

Public property Layers

Returns the layer collection of an object.

Public property MaxUndoStepCount

Gets/sets maximum number of available undo steps (levels).

(Inherited from IStateNavigable.)
Public property RedoStepCount

Returns number of available redo levels (i.e. how much time method Redo() can be called).

(Inherited from IStateNavigable.)
Public property UndoRedoEnabled

Enables or disables undo/redo functionality.

(Inherited from IStateNavigable.)
Public property UndoRedoTrackingEnabled

Enables or disables the automatic change tracking.

(Inherited from IStateNavigable.)
Public property UndoStepCount

Returns number of available undo levels (i.e. how much time method Undo() can be called).

(Inherited from IStateNavigable.)

See Also

Reference