|
Bexel Manager API
|
Represents the UI part of the host application. More...
Public Member Functions | |
| IRibbonTab | GetOrCreateRibbonTab (string tabName) |
| Retrieves a ribbon tab with the specified name from the host application UI. If no such tab exists a new one is created. More... | |
| IRibbonGroup | GetOrCreateRibbonGroup (string tabName, string groupName) |
| Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created. More... | |
| IRibbonGroup | GetOrCreateRibbonGroup (string groupName) |
| Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created. More... | |
| IRibbonGroup | GetOrCreateRibbonGroup (IRibbonTab tab, string groupName) |
| Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created. More... | |
| IRibbonButton | GetOrCreateRibbonButton (string tabName, string groupName, string buttonName) |
| Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created. More... | |
| IRibbonButton | GetOrCreateRibbonButton (string groupName, string buttonName) |
| Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created. More... | |
| IRibbonButton | GetOrCreateRibbonButton (IRibbonGroup group, string buttonName) |
| Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created. More... | |
Represents the UI part of the host application.
| IRibbonButton Bexel.Api.IUIApplication.GetOrCreateRibbonButton | ( | string | tabName, |
| string | groupName, | ||
| string | buttonName | ||
| ) |
Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created.
| tabName | The name of the ribbon tab. |
| groupName | The name of the ribbon group. |
| buttonName | The name of the ribbon button |
| IRibbonButton Bexel.Api.IUIApplication.GetOrCreateRibbonButton | ( | string | groupName, |
| string | buttonName | ||
| ) |
Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created.
| groupName | The name of the ribbon group. |
| buttonName | The name of the ribbon button |
| IRibbonButton Bexel.Api.IUIApplication.GetOrCreateRibbonButton | ( | IRibbonGroup | group, |
| string | buttonName | ||
| ) |
Retrieves a ribbon button with the specified name from the host application UI. If no such button exists a new one is created.
| group | The reference to the ribbon group. |
| buttonName | The name of the ribbon button |
| IRibbonGroup Bexel.Api.IUIApplication.GetOrCreateRibbonGroup | ( | string | tabName, |
| string | groupName | ||
| ) |
Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created.
| tabName | The name of the ribbon tab. |
| groupName | The name of the ribbon group. |
| IRibbonGroup Bexel.Api.IUIApplication.GetOrCreateRibbonGroup | ( | string | groupName | ) |
Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created.
| groupName | The name of the ribbon group. |
| IRibbonGroup Bexel.Api.IUIApplication.GetOrCreateRibbonGroup | ( | IRibbonTab | tab, |
| string | groupName | ||
| ) |
Retrieves a ribbon group with the specified name from the host application UI. If no such group exists a new one is created.
| tab | The reference to the ribbon tab. |
| groupName | The name of the ribbon group. |
| IRibbonTab Bexel.Api.IUIApplication.GetOrCreateRibbonTab | ( | string | tabName | ) |
Retrieves a ribbon tab with the specified name from the host application UI. If no such tab exists a new one is created.
| tabName | The name of the ribbon tab. |