RibbonBarPageCollection
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a collection of RibbonBarPage in a RibbonBar control.
- C#
- VB.NET
public class RibbonBarPageCollection : RibbonBarCollectionBase<, >
Public Class RibbonBarPageCollection
Inherits RibbonBarCollectionBase(Of , )
Properties
Item(name)
RibbonBarPage: Returns the first RibbonBarPage with the specified name .
Methods
Add(item)
Adds the specified item to the collection.
| Parameter | Type | Description |
|---|---|---|
| item | RibbonBarPage | The RibbonBarPage 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 RibbonBarPage at. |
| item | RibbonBarPage | The RibbonBarPage to insert in the collection. |