Class ULElementImpl
Class that is responsible for <UL> Tag.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
[ElementTag("ul")]
public class ULElementImpl : ListElement, IHTMLElement, ICloneable, IDisposable
Constructors
ULElementImpl(IHTMLElement)
Initializes a new instance of the ULElementImpl class
Declaration
public ULElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Implements
System.ICloneable
System.IDisposable