Class CHECKBOXControlImpl
Class which represents check box 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 CHECKBOXControlImpl : UserControlImpl, IControlImpl, ICustomControlBase
Constructors
CHECKBOXControlImpl(IUserControlHolder)
Initializes a new instance of the CHECKBOXControlImpl class
Declaration
public CHECKBOXControlImpl(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 the control.
Declaration
public override void InitializeControl()