TCustomdxBarSubItem Events
The base class for items that have links to other bar items.Name | Description |
---|---|
OnClick | Allows you to respond to clicks on the bar item. Inherited from TdxBarItem. |
OnCloseUp protected | Occurs when a dropdown window closes. |
OnDestroy | This event occurs before the bar item is destroyed. Inherited from TdxBarItem. |
OnDetaching | Occurs when a user starts to drag the bar. |
OnGetScreenTip | Inherited from TdxBarItem. |
OnPaintBar | Occurs when drawing a bar at the left side of the submenu. |
OnPopup protected | Occurs when a dropdown window opens. |
See Also