WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextBoxCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextBoxCollection

    Summary description for ITextBoxCollection.

    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ITextBoxCollection

    Properties

    Item[Int32]

    Get textbox item from textbox collection

    Declaration
    ITextBox this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    ITextBox

    Methods

    Add(ITextBox)

    Add textbox to the collection of textboxes

    Declaration
    int Add(ITextBox textBox)
    Parameters
    Type Name Description
    ITextBox textBox
    Returns
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved