Class INPUTElementImpl
Class that is responsible for <INPUT> 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("input")]
public class INPUTElementImpl : UserControlHolderBase, ICloneable, IDisposable, IUserControlHolder, IHTMLElement
Constructors
INPUTElementImpl(IHTMLElement)
Initializes a new instance of the INPUTElementImpl class
Declaration
public INPUTElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Properties
SupportedEvents
Returns the array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
UserControl
Gets or sets the user control instance.
Declaration
public override IControlImpl UserControl { get; }
Property Value
Type |
---|
IControlImpl |
Overrides
Methods
Clone()
Overridden. Clones object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Cloned object. |
Overrides
GetBgColorForControl()
Returns the background color for the control element from parents.
Declaration
protected Color GetBgColorForControl()
Returns
Type | Description |
---|---|
System.Drawing.Color | Color instance |
InfillFromXMLElement(HTMLUIControl, XmlElement)
Overridden. Detects the type of control and creates the corresponding control.
Declaration
public override void InfillFromXMLElement(HTMLUIControl control, XmlElement element)
Parameters
Type | Name | Description |
---|---|---|
HTMLUIControl | control | Control object. |
System.Xml.XmlElement | element | XML element of object. |
Overrides
MergeSupportedEvents(String[])
Merges standard and special events.
Declaration
public void MergeSupportedEvents(string[] events)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | events | Array of the events. |
Implements
System.ICloneable
System.IDisposable