Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The IRibbonPanels interface contains properties and methods that are used to work with the collection of panels located on the ribbon tab.
IRibbonPanels
| Property name | Brief description | |
| The Count property returns the number of panels located on the ribbon tab. | ||
| The Item property returns parameters of the specified panel. |
| Method name | Brief description | |
| The Add method adds the specified panel to the collection of tab panels. | ||
| The Clear method deletes all panels from the collection. | ||
| The IndexOf method returns index in the collection for the specified panel. | ||
| The Insert method inserts the specified panel in the specified position in the collection. | ||
| The Remove method removes the specified panel from the collection. | ||
| The RemoveAt method removes a panel from the collection by index. |
See also: