BarItemCollectionBase<T> Properties
Defines the base API for tab, group, and item collections added to the Rich Text Editor‘s ribbon or toolbar.Name | Description |
---|---|
Count | Returns the number of items in the collection. |
Item[Int32] | Returns a bar item by its index. |
Item[String] | Returns a bar item by its name. |
See Also