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