BarManager Events
The component that manages traditional bars and popup menus.Name | Description |
---|---|
BeforeLoadLayout | Occurs before a layout is restored from storage (a stream, xml file or the system registry). |
BeforePopup | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
CloseButtonClick | Fires when the close button is clicked. |
CreateCustomizationForm | Occurs before the Customization Window is displayed. |
CreateToolbar | Allows you to customize a bar when it is created. |
CustomDrawItem | Allows you to manually paint bar item links. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
EditorKeyDown | Occurs when a key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer. |
EditorKeyPress | Occurs when a character key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer. |
EditorKeyUp | Occurs when a pressed key is released within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer. |
EndCustomization | Occurs when a user finishes customizing the BarManager. |
HighlightedLinkChanged | Fires immediately after the highlighted link has been changed. |
HyperlinkClick | Occurs each time an end-user clicks a hyperlink within the BarManager control. |
InitPopup | This is an internal event that should not be used. |
ItemClick | Occurs when a link within the bar is clicked. |
ItemDoubleClick | Occurs when a link is double clicked. |
ItemPress | Fires immediately after any of the links associated with the Bar Manager has been pressed. |
LayoutUpgrade | Occurs after a layout whose version doesn’t match the current layout’s version has been loaded from storage(a stream, xml file or system registry). |
Load | Fires when the manager is initialized. |
Merge | Allows you to customize menus and bars when a child MDI form is activated or maximized (depending on the BarManager.MdiMenuMergeStyle property value). |
Popup | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
PressedLinkChanged | Fires immediately after a link has been pressed or released. |
QueryShowPopupMenu | Occurs when a control’s PopupContextMenu is about to appear. |
ShortcutItemClick | Allows you to stop a bar item’s shortcut that has been pressed from being processed by XtraBars. |
ShowToolbarsContextMenu | Allows you to modify the customization menu before it is displayed onscreen. |
StartCustomization | Occurs when a user starts customizing the BarManager component. |
UnMerge | Allows you to customize menus and bars when a child MDI form becomes inactive or when it is restored or minimized from its maximized view (depending on the BarManager.MdiMenuMergeStyle property value). |
See Also