|
IEwRibbonControlX | findControlByID (int iControlId, EwErrorCode *errorCode) |
| Call this member to find the specified control in Quick Access Toolbar. More...
|
|
VARIANT | getQuickAccessControlIDArray (EwErrorCode *errorCode) |
| Call this member to get array of control IDs in Quick Access Toolbar. More...
|
|
IEwRibbonControlX | addControl (EwRibbonControlType eRibbonControlType, BSTR strCommand, EwErrorCode *errorCode) |
| Add a new control at the end of Quick Access Toolbar. More...
|
|
IEwRibbonControlX | getControlAt (int iIndex, EwErrorCode *errorCode) |
| Return the specified control of Quick Access Toolbar. More...
|
|
int | getControlCount (EwErrorCode *errorCode) |
| Return the number of controls in Quick Access Toolbar. More...
|
|
EwErrorCode | removeControlAt (int iIndex) |
| Remove a control specified by the index in Quick Access Toolbar. More...
|
|
EwErrorCode | removeAll () |
| Remove all controls from Quick Access Toolbar. More...
|
|
IEwRibbonControlX | insertControlAt (int iIndex, EwRibbonControlType eRibbonControlType, BSTR strCommand, EwErrorCode *errorCode) |
| Insert a new control in Quick Access Toolbar. More...
|
|
EwErrorCode | removeControlByID (int iControlID) |
| Remove a control specified by the ID in Quick Access Toolbar. More...
|
|
EwErrorCode | resetQuickAccessToolbar () |
| Resets default controls in Quick Access Toolbar. More...
|
|
IEwRibbonComboBoxControlX | insertComboBoxControl (int nPosition, EwErrorCode *errorCode) |
| Insert the ComboBox Control in Quick Access Toolbar. More...
|
|
IEwRibbonComboBoxControlX | addComboBoxControl (EwErrorCode *errorCode) |
| Add the ComboBox Control in Quick Access Toolbar. More...
|
|
IEwRibbonControlX | addRibbonControl (int iControlID, EwRibbonControlType eType, BSTR strCommand, EwErrorCode *errorCode) |
| Add an existing ribbon control at the end of Quick Access Toolbar. More...
|
|
EwErrorCode | addToDefaultControls (int iControlID) |
| Add control to the list of default controls in Quick Access Toolbar. More...
|
|
Use this interface to manage the quick access control on Ribbon.
- Since
- 2022 SP0