Class StyleElementImpl
Class that is responsible for <STYLE> 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("style")]
public class StyleElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable, IElementHasCss
Constructors
StyleElementImpl(IHTMLElement)
Initializes a new instance of the StyleElementImpl class
Declaration
public StyleElementImpl(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 an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
GetCssStream()
Returns the stream of inner data of the tag element. Data represents CSS.
Declaration
public TokenStream GetCssStream()
Returns
Type | Description |
---|---|
TokenStream | Stream data by the URL. |
OnDispose()
Disposes the element.
Declaration
protected override void OnDispose()
Overrides
ReparseInnerHTML(String)
Overriden. Reparses content when inner html was changed.
Declaration
protected override void ReparseInnerHTML(string htmlToParse)
Parameters
Type | Name | Description |
---|---|---|
System.String | htmlToParse | New inner html of the element. |
Overrides
Implements
System.ICloneable
System.IDisposable