Class IElementImpl
Class that is responsible for <I> 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("i")]
public class IElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
IElementImpl(IHTMLElement)
Initializes a new instance of the IElementImpl class
Declaration
public IElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
IElementImpl(IHTMLElement, String)
Initializes a new instance of the IElementImpl class
Declaration
protected IElementImpl(IHTMLElement parent, string tagName)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element |
System.String | tagName | Name of the tag. |
Properties
OwnFormat
Overridden. Returns the format with specific options for the element.
Declaration
protected override HTMLFormat OwnFormat { get; }
Property Value
Type |
---|
HTMLFormat |
Overrides
SupportedEvents
Returns the array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable