Back to Devexpress

ToolbarFormManager Events

windowsforms-devexpress-dot-xtrabars-dot-toolbarform-dot-toolbarformmanager-dot-underscore-events.md

latest8.0 KB
Original Source

ToolbarFormManager Events

A BarManager that owns bar items displayed inside a ToolbarFormControl.

NameDescription
BeforeLoadLayoutOccurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from BarManager.
BeforePopupThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
CloseButtonClickFires when the close button is clicked. Inherited from BarManager.
CreateCustomizationFormOccurs before the Customization Window is displayed. Inherited from BarManager.
CreateToolbarAllows you to customize a bar when it is created. Inherited from BarManager.
CustomDrawItemAllows you to manually paint bar item links. Inherited from BarManager.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditorKeyDownOccurs when a key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyPressOccurs when a character key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyUpOccurs when a pressed key is released within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EndCustomizationOccurs when a user finishes customizing the BarManager. Inherited from BarManager.
HighlightedLinkChangedFires immediately after the highlighted link has been changed. Inherited from BarManager.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the BarManager control. Inherited from BarManager.
InitPopupThis is an internal event that should not be used. Inherited from BarManager.
ItemClickOccurs when a link within the bar is clicked. Inherited from BarManager.
ItemDoubleClickOccurs when a link is double clicked. Inherited from BarManager.
ItemPressFires immediately after any of the links associated with the Bar Manager has been pressed. Inherited from BarManager.
ItemRightClickOccurs when a user right-clicks an item in the BarManager. Inherited from BarManager.
LayoutUpgradeOccurs 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). Inherited from BarManager.
LoadFires when the manager is initialized. Inherited from BarManager.
MergeAllows you to customize menus and bars when a child MDI form is activated or maximized (depending on the BarManager.MdiMenuMergeStyle property value). Inherited from BarManager.
PopupThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
PressedLinkChangedFires immediately after a link has been pressed or released. Inherited from BarManager.
QueryShowPopupMenuOccurs when a control’s PopupContextMenu is about to appear. Inherited from BarManager.
ShortcutItemClickAllows you to stop a bar item’s shortcut that has been pressed from being processed by XtraBars. Inherited from BarManager.
ShowToolbarsContextMenuAllows you to modify the customization menu before it is displayed onscreen. Inherited from BarManager.
StartCustomizationOccurs when a user starts customizing the BarManager component. Inherited from BarManager.
UnMergeAllows 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). Inherited from BarManager.

See Also

ToolbarFormManager Class

ToolbarFormManager Members

DevExpress.XtraBars.ToolbarForm Namespace