WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CHECKBOXControlImpl - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CHECKBOXControlImpl

    Class which represents check box in the document.

    Inheritance
    System.Object
    ControlBase
    UserControlImpl
    CHECKBOXControlImpl
    Implements
    IControlImpl
    ICustomControlBase
    Inherited Members
    UserControlImpl.SetLocation()
    UserControlImpl.SetEnabledState()
    UserControlImpl.Parent
    UserControlImpl.DocumentUserControls
    ControlBase.OnInitEndCallback()
    ControlBase.SetTabOrder()
    ControlBase.SetControl(Control)
    ControlBase.CustomControl
    ControlBase.ParentElement
    ControlBase.EventsAttached
    ControlBase.QuiteMode
    ControlBase.DefaultSize
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    ControlBase.AttachEvents()

    ConfigureControl()

    Overridden. Configures the button.

    Declaration
    public override void ConfigureControl()
    Overrides
    UserControlImpl.ConfigureControl()

    DetachEvents()

    Overridden. Detaches events to the control.

    Declaration
    public override void DetachEvents()
    Overrides
    ControlBase.DetachEvents()

    DisposeControl()

    Overridden. Disposes of control object.

    Declaration
    public override void DisposeControl()
    Overrides
    UserControlImpl.DisposeControl()

    InitializeControl()

    Overridden. Initializes the control.

    Declaration
    public override void InitializeControl()
    Overrides
    ControlBase.InitializeControl()

    Implements

    IControlImpl
    ICustomControlBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved