Class GroupBarItemAccessibleObjectsIndexer
Inheritance
System.Object
GroupBarItemAccessibleObjectsIndexer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
GroupBarItemAccessibleObject |
Methods
GetItem(Int32)
Declaration
public GroupBarItemAccessibleObject GetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type |
---|
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 |