WinForms

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

    Show / Hide Table of Contents

    Class GroupBarItemAccessibleObjectsIndexer

    Inheritance
    System.Object
    GroupBarItemAccessibleObjectsIndexer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GroupBarItemAccessibleObjectsIndexer

    Constructors

    GroupBarItemAccessibleObjectsIndexer(GroupBar)

    Initializes a new instance of the GroupBarItemAccessibleObjectsIndexer class.

    Declaration
    public GroupBarItemAccessibleObjectsIndexer(GroupBar gbctrl)
    Parameters
    Type Name Description
    GroupBar gbctrl

    Properties

    Item[Int32]

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

    Methods

    GetItem(Int32)

    Declaration
    public GroupBarItemAccessibleObject GetItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    GroupBarItemAccessibleObject

    ResetItem(Int32)

    Declaration
    public void ResetItem(int index)
    Parameters
    Type Name Description
    System.Int32 index

    SetItem(Int32, GroupBarItemAccessibleObject)

    Declaration
    public void SetItem(int index, GroupBarItemAccessibleObject accobj)
    Parameters
    Type Name Description
    System.Int32 index
    GroupBarItemAccessibleObject accobj
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved