The following tables list the members exposed by BeforeToolbarListDropdownEventArgs.
Name | Description | |
---|---|---|
BeforeToolbarListDropdownEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
ScreenPoint | The point at which to display the menu, expressed in screen coordinates (read-only). | |
ShowCustomizeMenuItem | If True, will show an item at the bottom of the menu that will bring up the runtime customizer when clicked. | |
ShowCustomizeQuickAccessToolbarMenuItem | If True, will show an item at the bottom of the menu that will bring up the QAT customizer when clicked. | |
ShowCustomizeRibbonMenuItem | If True, will show an item at the bottom of the menu that will bring up the ribbon customizer when clicked. | |
ShowLockToolbarsMenuItem | If True, will show an item at the bottom of the menu that will toggle the value of the UltraToolbarsManager.LockToolbars property when clicked. | |
ShowMinimizeRibbonMenuItem | If True, will show an item that allows the end user to toggle the Ribbon.IsMinimized state. If the Ribbon.Visible is false, the menu item will be disabled. | |
ShowQuickAccessToolbarAddRemoveMenuItem | If True, will show an item that allows the end user to add the Tool to the QuickAccessToolbar. If Tool is null or returns a tool that cannot be added to the QAT, the menu item will be disabled. | |
ShowQuickAccessToolbarPositionMenuItem | If True, will show an item that allows the end user to change the QuickAccessToolbar.Location so that it appears below or above the ribbon. If the Ribbon.Visible is false, the menu item will be disabled. | |
ShowToolbarMenuItems | If True, will show an item for each UltraToolbar whose UltraToolbar.ShowInToolbarList is set to true. When clicked, the UltraToolbar.Visible property will be toggled. | |
Tool | Returns the ToolBase that was right clicked upon or null if no tool was associated with the menu being displayed. |