Interface IHTMLCollection
Interface that declares the properties which are the base for all collections.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public interface IHTMLCollection : ICollection, IEnumerable
Properties
Parent
Gets the parent element of the current collection.
Declaration
IHTMLElement Parent { get; }
Property Value
| Type |
|---|
| IHTMLElement |