Class SCRIPTElementImpl
Class that is responsible for <SCRIPT> 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("script")]
public class SCRIPTElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
SCRIPTElementImpl(IHTMLElement)
Initializes a new instance of the SCRIPTElementImpl class
Declaration
public SCRIPTElementImpl(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
Returns an array of supported events (here is NULL).
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
GetScriptCode()
Overloaded. Returns the script code of the element.
Declaration
public string GetScriptCode()
Returns
Type | Description |
---|---|
System.String | Script code. |
GetScriptCode(out Boolean)
Returns the script code of the element.
Declaration
public string GetScriptCode(out bool isFromFile)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isFromFile | Returns value which indicates if code has been extracted from external file. |
Returns
Type | Description |
---|---|
System.String | Script code. |
Implements
System.ICloneable
System.IDisposable