In This Article

EditorSelectionMargin Class

Represents a default implementation of a selection margin for an IEditorView.

public class EditorSelectionMargin : EditorViewMarginBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IEditorViewMargin, ITextViewMargin, IOrderable, IKeyedObject
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control EditorViewMarginBase Object
Implements:
IEditorViewMargin ITextViewMargin IOrderable IKeyedObject

Constructors

EditorSelectionMargin(IEditorView)

Initializes an instance of the EditorSelectionMargin class.

public EditorSelectionMargin(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView that will host the margin.

Methods

Draw(TextViewDrawContext)

Draws the margin and its content.

public override void Draw(TextViewDrawContext context)
Parameter Type Description
context TextViewDrawContext

The TextViewDrawContext to use for rendering.

OnCreateAutomationPeer()

Returns an System.Windows.Automation.Peers.AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

System.Windows.Automation.Peers.AutomationPeer:

An System.Windows.Automation.Peers.AutomationPeer instance.

UpdateVisibility()

Updates the visibility of the margin.

public override void UpdateVisibility()

Inherited Members

Extension Methods