RibbonPageCollection Properties
Represents a collection of pages within the RibbonControl.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Category | Gets the page category with which the current collection’s pages are associated. |
Count |
Gets the number of elements contained in the Collection |
Inner |
Gets an Array |
Item[Int32] | Gets a page at the specified index. |
Item[String] | Returns a page by its caption. |
List protected |
Gets an IList containing the list of elements in the Collection |
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 |
See Also