Forms > Forms Assembly Interfaces > IRibbonCategories
Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The IRibbonCategories interface contains properties and methods that are used to work with the collection of ribbon tabs.
IRibbonCategories
Property name | Brief description | |
![]() |
The Count property returns the number of ribbon tabs. | |
![]() |
The Item property returns parameters of the specified tab. |
Method name | Brief description | |
![]() |
The Add method adds the specified tab to the collection of ribbon tabs. | |
![]() |
The Clear method removes all ribbon tabs. | |
![]() |
The IndexOf method returns index in the collection for the specified tab. | |
![]() |
The Insert method inserts the specified tab in the specified position in the collection. | |
![]() |
The Remove method removes the specified tab from the collection. | |
![]() |
The RemoveAt method removes the specified tab from the collection by index. |
See also: