HtmlElement::FirstChild Property
.NET Framework (current version)
Gets the next element below this element in the document tree.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::HtmlElement^An HtmlElement representing the first element contained underneath the current element, in source order.
Use FirstChild in conjunction with NextSibling to walk the document tree for an HTML document.
.NET Framework
Available since 2.0
Available since 2.0
Show: