WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboText

    Show / Hide Table of Contents

    Class ComboText

    The Class that represents the TextBox placed inside the ComboBox

    Inheritance
    System.Object
    ComboText
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ComboText : TextBox

    Constructors

    ComboText()

    Constructor

    Declaration
    public ComboText()

    Properties

    AutoSize

    Gets or sets a value indicating whether the height of the TextBoxExt automatically adjusts when the font assigned to the control is changed.

    Declaration
    public override bool AutoSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the height of the control automatically adjusts when the font is changed; otherwise, false. The default is true.

    Methods

    CreateAccessibilityInstance()

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved