Class LinkElementImpl
Class that is responsible for <LINK> 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("link")]
public class LinkElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable, IElementHasCss
Constructors
LinkElementImpl(IHTMLElement)
Initializes a new instance of the LinkElementImpl class
Declaration
public LinkElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
IsVisible
Gets or sets a value indicating whether the element is visible or not
Declaration
public override bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
SupportedEvents
Overridden. Returns the array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
GetCssStream()
Overriden. Returns the CSS data of this element in stream.
Declaration
public TokenStream GetCssStream()
Returns
Type | Description |
---|---|
TokenStream | Token stream by link URL. |
OnDispose()
Disposes the element.
Declaration
protected override void OnDispose()
Overrides
Implements
System.ICloneable
System.IDisposable