BarHeaderItem Events
Displays static text using a heading style which is determined by the current skin. The text is typically painted bold against a background that is different from the background of regular buttons. Use BarHeaderItem to add headers to a PopupMenu or BarSubItem (sub-menu) to separate sets of items.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| 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. |
See Also