Class XPTaskBarItemsCollection
A collection of XPTaskBarItems.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class XPTaskBarItemsCollection : ArrayListExt
Constructors
XPTaskBarItemsCollection()
Declaration
public XPTaskBarItemsCollection()
Properties
Item[Int32]
Gets / sets a reference to the XPTaskBarItem at the specified index location in the XPTaskBarItemsCollection object. In C#, this property is the indexer for the XPTaskBarItemsCollection class.
Declaration
public XPTaskBarItem this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The location of the XPTaskBarItem in the XPTaskBarItemsCollection collection. |
Property Value
| Type | Description |
|---|---|
| XPTaskBarItem | The reference to the XPTaskBarItem. |
Methods
AddHandlers(Object)
Declaration
protected override void AddHandlers(object newItem)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | newItem |
Overrides
AddRange(XPTaskBarItem[])
Declaration
public virtual void AddRange(XPTaskBarItem[] items)
Parameters
| Type | Name | Description |
|---|---|---|
| XPTaskBarItem[] | items |
Sort()
Declaration
public override void Sort()