menu

WinForms

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

    Show / Hide Table of Contents

    Class TextBoxExtActionList

    Inheritance
    System.Object
    SyncActionListBase<TextBoxExt>
    TextBoxExtActionList
    Inherited Members
    SyncActionListBase<TextBoxExt>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<TextBoxExt>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<TextBoxExt>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<TextBoxExt>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<TextBoxExt>.Control
    SyncActionListBase<TextBoxExt>.GetProperty(String)
    SyncActionListBase<TextBoxExt>.GetSortedActionItems()
    SyncActionListBase<TextBoxExt>.GetValue(String)
    SyncActionListBase<TextBoxExt>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TextBoxExtActionList : SyncActionListBase<TextBoxExt>

    Constructors

    TextBoxExtActionList(IComponent)

    Declaration
    public TextBoxExtActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    BackColor

    Declaration
    public virtual Color BackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Multiline

    Declaration
    public bool Multiline { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    TextAlign

    Declaration
    public HorizontalAlignment TextAlign { get; set; }
    Property Value
    Type
    System.Windows.Forms.HorizontalAlignment

    WordWrap

    Declaration
    public bool WordWrap { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TextBoxExt>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved