BarManager Events
The component that manages traditional bars and popup menus.
Name | Description |
---|---|
Before |
Occurs before a layout is restored from storage (a stream, xml file or the system registry). |
Before |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Close |
Fires when the close button is clicked. |
Create |
Occurs before the Customization Window is displayed. |
Create |
Allows you to customize a bar when it is created. |
Custom |
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. |
Editor |
Occurs when a key is pressed within an in-place editor that belongs to the container component.
Inherited from Component |
Editor |
Occurs when a character key is pressed within an in-place editor that belongs to the container component.
Inherited from Component |
Editor |
Occurs when a pressed key is released within an in-place editor that belongs to the container component.
Inherited from Component |
End |
Occurs when a user finishes customizing the Bar |
Highlighted |
Fires immediately after the highlighted link has been changed. |
Hyperlink |
Occurs each time an end-user clicks a hyperlink within the Bar |
Init |
This is an internal event that should not be used. |
Item |
Occurs when a link within the bar is clicked. |
Item |
Occurs when a link is double clicked. |
Item |
Fires immediately after any of the links associated with the Bar Manager has been pressed. |
Layout |
Occurs after a layout whose version doesn’t match the current layout’s version has been loaded from storage |
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 Bar |
Popup | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Pressed |
Fires immediately after a link has been pressed or released. |
Query |
Occurs when a control’s Popup |
Shortcut |
Allows you to stop a bar item’s shortcut that has been pressed from being processed by Xtra |
Show |
Allows you to modify the customization menu before it is displayed onscreen. |
Start |
Occurs when a user starts customizing the Bar |
Un |
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 Bar |
See Also