Class STRONGElementImpl
Class that is responsible for <STRONG> 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("strong")]
public class STRONGElementImpl : BElementImpl, IHTMLElement, ICloneable, IDisposable
Constructors
STRONGElementImpl(IHTMLElement)
Initializes a new instance of the STRONGElementImpl class
Declaration
public STRONGElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Implements
System.ICloneable
System.IDisposable