WinForms

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

    Show / Hide Table of Contents

    Class UserControlImpl

    Base class for standard controls in the HTML.

    Inheritance
    System.Object
    ControlBase
    UserControlImpl
    BUTTONControlImpl
    CHECKBOXControlImpl
    RADIOControlImpl
    SELECTControlImpl
    TEXTAREAControlImpl
    TEXTControlImpl
    Implements
    IControlImpl
    ICustomControlBase
    Inherited Members
    ControlBase.InitializeControl()
    ControlBase.AttachEvents()
    ControlBase.DetachEvents()
    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 abstract class UserControlImpl : ControlBase, IControlImpl, ICustomControlBase

    Constructors

    UserControlImpl()

    Initializes a new instance of the UserControlImpl class

    Declaration
    protected UserControlImpl()

    UserControlImpl(IUserControlHolder)

    Initializes a new instance of the UserControlImpl class

    Declaration
    protected UserControlImpl(IUserControlHolder parent)
    Parameters
    Type Name Description
    IUserControlHolder parent

    Parent element for this object.

    UserControlImpl(IUserControlHolder, Boolean)

    Initializes a new instance of the UserControlImpl class

    Declaration
    protected UserControlImpl(IUserControlHolder parent, bool bInitialize)
    Parameters
    Type Name Description
    IUserControlHolder parent

    Parent element for this object.

    System.Boolean bInitialize

    If True, raises InitializeControl method.

    Properties

    DocumentUserControls

    Gets the collection of control elements in the document.

    Declaration
    protected ArrayList DocumentUserControls { get; }
    Property Value
    Type Description
    System.Collections.ArrayList

    Parent

    Gets the parent tag element of the user control class.

    Declaration
    public IUserControlHolder Parent { get; }
    Property Value
    Type Description
    IUserControlHolder

    Methods

    ConfigureControl()

    Configures the user control.

    Declaration
    public virtual void ConfigureControl()

    DisposeControl()

    Overloaded. Disposes control.

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

    SetEnabledState()

    Sets the element's Enabled State.

    Declaration
    protected virtual void SetEnabledState()

    SetLocation()

    Overridden. Sets the controls to the specified location of their elements.

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

    Implements

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