In This Article

IEditorViewMarginFactory Interface

Provides the base requirements for a factory capable of creating IEditorViewMargin objects for use within an IEditorView.

public interface IEditorViewMarginFactory

Methods

CreateMargins(IEditorView)

Creates the collection of IEditorViewMargin objects to place within a IEditorView.

IEditorViewMarginCollection CreateMargins(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView that will host the margins.

Returns

IEditorViewMarginCollection:

A IEditorViewMarginCollection containing the IEditorViewMargin objects that were created.

See Also

See Also