BarCustomContainerItem Events
Provides the functionality for all container items.| Name | Description |
|---|---|
| CloseUp | Occurs when an item submenu closes. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| GetItemData | Allows you to supply child items for the BarCustomContainerItem object, or to customize existing child items. |
| HyperlinkClick | Occurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem. |
| ItemClick | Occurs when the current item is clicked. Inherited from BarItem. |
| ItemDoubleClick | Fires when a link to an item is double-clicked. Inherited from BarItem. |
| ItemPress | Fires immediately after a link associated with an item has been pressed. Inherited from BarItem. |
| ItemRightClick | Occurs when a user right-clicks the BarItem. Inherited from BarItem. |
| PaintMenuBar | Enables you to paint the content of the bar displayed to the left of the sub-menu. |
| Popup | Occurs when an item’s submenu pops up. |
See Also