RibbonPageCategoryCollection Properties
Represents a collection of RibbonPageCategory objects.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Default |
Gets the Ribbon |
Inner |
Gets an Array |
Item[Int32] | Provides indexed access to categories in the collection. |
Item[String] | Returns a page category by its caption. |
List protected |
Gets an IList containing the list of elements in the Collection |
Ribbon |
Gets the Ribbon |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
Total |
Allows you to return all pages and visible pages owned by the Ribbon |
See Also