menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TEXTAREAControlImpl - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TEXTAREAControlImpl

    Class which represents the text area in the document.

    Inheritance
    System.Object
    ControlBase
    UserControlImpl
    TEXTAREAControlImpl
    Implements
    IControlImpl
    ICustomControlBase
    Inherited Members
    ControlBase.CustomControl
    ControlBase.DefaultSize
    ControlBase.EventsAttached
    ControlBase.OnInitEndCallback()
    ControlBase.ParentElement
    ControlBase.QuiteMode
    ControlBase.SetControl(Control)
    ControlBase.SetTabOrder()
    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()
    UserControlImpl.DocumentUserControls
    UserControlImpl.Parent
    UserControlImpl.SetLocation()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class TEXTAREAControlImpl : UserControlImpl, IControlImpl, ICustomControlBase

    Constructors

    TEXTAREAControlImpl(IUserControlHolder)

    Initializes a new instance of the TEXTAREAControlImpl class

    Declaration
    public TEXTAREAControlImpl(IUserControlHolder parent)
    Parameters
    Type Name Description
    IUserControlHolder parent

    IUserControlHolder instance

    Methods

    AttachEvents()

    Overridden. Attaches events to the element.

    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 from the element.

    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 the 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 the text in the text box is changed.

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

    Implements

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