Class BUTTONControlImpl
Class which represents the button in the 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
public class BUTTONControlImpl : UserControlImpl, IControlImpl, ICustomControlBase
Constructors
BUTTONControlImpl(IUserControlHolder)
Initializes a new instance of the BUTTONControlImpl class
Declaration
public BUTTONControlImpl(IUserControlHolder parent)
Parameters
Type | Name | Description |
---|---|---|
IUserControlHolder | parent | IUserControlHolder instance |
Methods
AttachEvents()
Overridden. Attaches events to the control.
Declaration
public override void AttachEvents()
Overrides
ConfigureControl()
Overridden. Configures the button.
Declaration
public override void ConfigureControl()
Overrides
DetachEvents()
Overridden. Detaches events to the control.
Declaration
public override void DetachEvents()
Overrides
DisposeControl()
Overridden. Disposes of control object.
Declaration
public override void DisposeControl()
Overrides
InitializeControl()
Overridden. Initializes a control.
Declaration
public override void InitializeControl()