System.Windows.Forms.HtmlElement.CanHaveChildren Property

Gets a value indicating whether this element can have child elements.

Syntax

public bool CanHaveChildren { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Some elements, such as IMG and SCRIPT, cannot have any children. Use this property before you call HtmlElement.AppendChild(HtmlElement) or HtmlElement.InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement) on an arbitrary element.

Requirements

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