System.Windows.Forms.HtmlElementInsertionOrientation Enumeration

Defines values that describe where to insert a new element when using HtmlElement.InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement).

Syntax

public enum HtmlElementInsertionOrientation

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AfterBegin

Insert the element after the current element, but before all other content in the current element.

AfterEnd

Insert the element after the current element, but after all other content in the current element.

BeforeBegin

Insert the element before the current element.

BeforeEnd

Insert the element after the current element.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0