Interface IHTMLCollection
Interface that declares the properties which are the base for all collections.
Inherited Members
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.IsSynchronized
System.Collections.ICollection.SyncRoot
System.Collections.IEnumerable.GetEnumerator()
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 |