Class CustomControlBase
Implements base functionality of custom controls wrapper classes.
Implements
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
public class CustomControlBase : ControlBase, ICustomControlBase
Constructors
CustomControlBase(IHTMLElement, Control)
Initializes a new instance of the CustomControlBase class
Declaration
public CustomControlBase(IHTMLElement parent, Control customControl)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent custom tag element. |
System.Windows.Forms.Control | customControl | Custom control instance. |
Methods
AttachEvents()
Attaches event handlers to the parent element.
Declaration
public override void AttachEvents()
Overrides
DetachEvents()
Detaches all events.
Declaration
public override void DetachEvents()
Overrides
Finalize()
Finalizes an instance of the CustomControlBase class
Declaration
protected void Finalize()
InitializeControl()
Overridden. Creates an instance of the control and configures it.
Declaration
public override void InitializeControl()
Overrides
SetLocation()
Overridden. Sets the location of the custom controls.
Declaration
public override void SetLocation()