alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class XPUserEntryButtonsCollection

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

    Properties

    Item[Int32]

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

    Methods

    Add(XPUserEntryButton)

    Declaration
    public void Add(XPUserEntryButton button)
    Parameters
    Type Name Description
    XPUserEntryButton button

    Contains(XPUserEntryButton)

    Declaration
    public bool Contains(XPUserEntryButton button)
    Parameters
    Type Name Description
    XPUserEntryButton button
    Returns
    Type
    System.Boolean

    IndexOf(XPUserEntryButton)

    Declaration
    public int IndexOf(XPUserEntryButton button)
    Parameters
    Type Name Description
    XPUserEntryButton button
    Returns
    Type
    System.Int32

    Insert(Int32, XPUserEntryButton)

    Declaration
    public void Insert(int index, XPUserEntryButton button)
    Parameters
    Type Name Description
    System.Int32 index
    XPUserEntryButton button

    OnCollectionChanged()

    Declaration
    protected void OnCollectionChanged()

    OnInsert(Int32, Object)

    Declaration
    protected override void OnInsert(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value

    Remove(XPUserEntryButton)

    Declaration
    public void Remove(XPUserEntryButton button)
    Parameters
    Type Name Description
    XPUserEntryButton button

    Events

    CollectionChanged

    Declaration
    public event EventHandler CollectionChanged
    Event Type
    Type
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved