Class CUSTOMElementImpl
Class that is responsible for custom controls in the document. It allows users to create controls from an HTML document.
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("custom")]
public class CUSTOMElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
CUSTOMElementImpl(IHTMLElement)
Initializes a new instance of the CUSTOMElementImpl class
Declaration
public CUSTOMElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
Properties
SupportedEvents
Returns an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
InitializeElement()
Overridden. Initialization of the object.
Declaration
protected override void InitializeElement()
Overrides
Implements
System.ICloneable
System.IDisposable