Class SPANElementImpl
Class that is responsible for <SPAN> 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("span")]
public class SPANElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
SPANElementImpl(IHTMLElement)
Initializes a new instance of the SPANElementImpl class
Declaration
public SPANElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
SupportedEvents
Overridden. Returns the array of supported events (here is NULL).
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable