In This Article

DefaultEditorViewMarginFactory Class

The default factory implementation that creates IEditorViewMargin objects for use within an IEditorView.

public class DefaultEditorViewMarginFactory : IEditorViewMarginFactory
Inheritance:
System.Object Object
Implements:
IEditorViewMarginFactory

Constructors

DefaultEditorViewMarginFactory()

public DefaultEditorViewMarginFactory()

Methods

CreateMargins(IEditorView)

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

public virtual 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.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()