RibbonBarItemCollection
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a collection of RibbonBarItem in a RibbonBarGroup
- C#
- VB.NET
public class RibbonBarItemCollection : RibbonBarCollectionBase<, >
Public Class RibbonBarItemCollection
Inherits RibbonBarCollectionBase(Of , )
Properties
Item(name)
RibbonBarItem: Returns the first RibbonBarItem with the specified name .
Methods
Add(item)
Adds the specified item to the collection.
| Parameter | Type | Description |
|---|---|---|
| item | RibbonBarItem | The RibbonBarItem to add to the collection. |
Insert(index, item)
Inserts the specified item in the collection at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The position to insert the specified RibbonBarItem at. |
| item | RibbonBarItem | The RibbonBarItem to insert in the collection. |