WinForms

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

    Show / Hide Table of Contents

    Class TEXTControlImpl

    Class which represents the text box in the document.

    Inheritance
    System.Object
    ControlBase
    UserControlImpl
    TEXTControlImpl
    Implements
    IControlImpl
    ICustomControlBase
    Inherited Members
    UserControlImpl.SetLocation()
    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 TEXTControlImpl : UserControlImpl, IControlImpl, ICustomControlBase

    Constructors

    TEXTControlImpl(IUserControlHolder, Boolean)

    Initializes a new instance of the TEXTControlImpl class

    Declaration
    public TEXTControlImpl(IUserControlHolder parent, bool isPassword)
    Parameters
    Type Name Description
    IUserControlHolder parent

    Parent element.

    System.Boolean isPassword

    Indicates whether the control has password state.

    TEXTControlImpl(IUserControlHolder, Boolean, Boolean)

    Initializes a new instance of the TEXTControlImpl class

    Declaration
    public TEXTControlImpl(IUserControlHolder parent, bool isPassword, bool isVisible)
    Parameters
    Type Name Description
    IUserControlHolder parent

    Parent element.

    System.Boolean isPassword

    Indicates whether the control has password state.

    System.Boolean isVisible

    Indicates whether the control is visible.

    Methods

    AttachEvents()

    Overridden. Attaches events to the control.

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

    ConfigureControl()

    Overridden. Configures the text box control.

    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 control object.

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

    InitializeControl()

    Overridden. Initializes a control.

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

    RaiseTextChangedEvent(EventArgs)

    Raises text changed event.

    Declaration
    protected virtual void RaiseTextChangedEvent(EventArgs args)
    Parameters
    Type Name Description
    System.EventArgs args

    Event arguments.

    SetEnabledState()

    Overridden. Sets the Readonly state for the control.

    Declaration
    protected override void SetEnabledState()
    Overrides
    UserControlImpl.SetEnabledState()

    Events

    TextChanged

    Event which is raised when text in text box is changed.

    Declaration
    [ElementEvent("RaiseTextChangedEvent")]
    public event EventHandler TextChanged
    Event Type
    Type Description
    System.EventHandler

    Implements

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