Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWTextBoxCollection

    Show / Hide Table of Contents

    Interface IWTextBoxCollection

    Represents a collection of IWTextBox.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IWTextBoxCollection

    Properties

    Item[Int32]

    Gets the IWTextBox at the specified index.

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

    Methods

    Add(IWTextBox)

    Adds a textbox to the collection.

    Declaration
    int Add(IWTextBox textBox)
    Parameters
    Type Name Description
    IWTextBox textBox

    The text box.

    Returns
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved