Class HEADElementImpl
Class that is responsible for <HEAD> 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("head")]
public class HEADElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
HEADElementImpl(IHTMLElement)
Initializes a new instance of the HEADElementImpl class
Declaration
public HEADElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
IsVisible
Overridden. Gets or sets the visibility of the attribute
Declaration
public override bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
SupportedEvents
Returns an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable