Class TEXTAREAElementImpl
Class that is responsible for <TEXTAREA> 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("textarea")]
public class TEXTAREAElementImpl : UserControlHolderBase, ICloneable, IDisposable, IUserControlHolder, IHTMLElement
Constructors
TEXTAREAElementImpl(IHTMLElement)
Initializes a new instance of the TEXTAREAElementImpl class
Declaration
public TEXTAREAElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
SupportedEvents
Overridden. Returns an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
UserControl
Overridden. Gets or sets the user control instance.
Declaration
public override IControlImpl UserControl { get; }
Property Value
Type |
---|
IControlImpl |
Overrides
Methods
MergeSupportedEvents(String[])
Merges standard and special events.
Declaration
public void MergeSupportedEvents(string[] events)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | events | Array of events. |
Implements
System.ICloneable
System.IDisposable