Class THElementImpl
Class that is responsible for <TH> 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("th")]
public class THElementImpl : TDElementImpl, IHTMLElement, ICloneable, IDisposable
Constructors
THElementImpl(IHTMLElement)
Initializes a new instance of the THElementImpl class
Declaration
public THElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | IHTMLElement instance |
Methods
SetOwnFormat()
Sets own format (inherits background color and border from table and tr parent elements).
Declaration
protected override void SetOwnFormat()
Overrides
Implements
System.ICloneable
System.IDisposable