Class LIElementImpl
Class that is responsible for <LI> 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("li")]
public class LIElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
LIElementImpl(IHTMLElement)
Initializes a new instance of the LIElementImpl class
Declaration
public LIElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
StyleOrdered
Gets a value indicating whether the element has ordered style.
Declaration
public bool StyleOrdered { get; }
Property Value
Type |
---|
System.Boolean |
SupportedEvents
Overridden. Returns an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
CalculateChildPositions(Point, Rectangle)
Overridden. Implements special features for this element.
Declaration
protected override BlocksCollection CalculateChildPositions(Point curPosition, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | curPosition | Global current position. |
System.Drawing.Rectangle | bounds | Bounds for this element. |
Returns
Type | Description |
---|---|
BlocksCollection | Array of blocks. |
Overrides
Implements
System.ICloneable
System.IDisposable