Version

BeforeToolbarListDropdownEventArgs Class Members

The following tables list the members exposed by BeforeToolbarListDropdownEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeToolbarListDropdownEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyScreenPointThe point at which to display the menu, expressed in screen coordinates (read-only).  
Public PropertyShowCustomizeMenuItemIf True, will show an item at the bottom of the menu that will bring up the runtime customizer when clicked.  
Public PropertyShowCustomizeQuickAccessToolbarMenuItemIf True, will show an item at the bottom of the menu that will bring up the QAT customizer when clicked.  
Public PropertyShowCustomizeRibbonMenuItemIf True, will show an item at the bottom of the menu that will bring up the ribbon customizer when clicked.  
Public PropertyShowLockToolbarsMenuItemIf True, will show an item at the bottom of the menu that will toggle the value of the UltraToolbarsManager.LockToolbars property when clicked.  
Public PropertyShowMinimizeRibbonMenuItemIf 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.  
Public PropertyShowQuickAccessToolbarAddRemoveMenuItemIf 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.  
Public PropertyShowQuickAccessToolbarPositionMenuItemIf 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.  
Public PropertyShowToolbarMenuItemsIf True, will show an item for each UltraToolbar whose UltraToolbar.ShowInToolbarList is set to true. When clicked, the UltraToolbar.Visible property will be toggled.  
Public PropertyToolReturns the ToolBase that was right clicked upon or null if no tool was associated with the menu being displayed.  
See Also