TdxTileBar Events
A tile bar control.Name | Description |
---|---|
OnActionBarsHide protected | Enables you to respond to hiding action bars caused by specific actions and prohibits the change. Inherited from TdxCustomTileControl. |
OnActionBarsShow protected | Enables you to respond to showing action bars caused by specific actions and prohibit the change. Inherited from TdxCustomTileControl. |
OnAlignInsertBefore | Inherited from TWinControl. |
OnAlignPosition | Inherited from TWinControl. |
OnCanResize | Inherited from TControl. |
OnClick | Inherited from TControl. |
OnConstrainedResize | Inherited from TControl. |
OnContextPopup | Inherited from TControl. |
OnDblClick | Inherited from TControl. |
OnDockDrop | Inherited from TWinControl. |
OnDockOver | Inherited from TWinControl. |
OnDragDrop | Inherited from TControl. |
OnDragOver | Inherited from TControl. |
OnEndDock | Inherited from TControl. |
OnEndDrag | Inherited from TControl. |
OnEnter | Inherited from TWinControl. |
OnExit | Inherited from TWinControl. |
OnFocusChanged protected | Inherited from TcxControl. |
OnGesture | Inherited from TControl. |
OnGetSiteInfo | Inherited from TWinControl. |
OnGetStoredProperties | Enables you to customize a list of the tile control’s properties to be stored to external data stores. Inherited from TdxCustomTileControl. |
OnGetStoredPropertyValue | Enables you to provide values for the tile control’s properties to be saved to external data stores. Inherited from TdxCustomTileControl. |
OnGroupDragBegin | Enables you to forbid end-users to drag-and-drop specific tile groups within the control. Inherited from TdxCustomTileControl. |
OnGroupDragEnd | Notifies that an end-user has dropped a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl. |
OnGroupDragOver | Enables you to prevent end-users from dropping a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl. |
OnGroupRemoveWithLastItem | Enables you to prevent automatic tile group destruction when its last item is removed or destroyed. Inherited from TdxCustomTileControl. |
OnInitStoredObject | Enables you to initialize tile groups and items that are created when restoring the tile control’s settings from external data stores. Inherited from TdxCustomTileControl. |
OnItemActivateDetail | Enables you to respond to showing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl. |
OnItemBeforeCheck | Enables you to prohibit switching the checked state of tile items. Inherited from TdxCustomTileControl. |
OnItemCheck | Enables you to respond to switching the checked state of tile items. Inherited from TdxCustomTileControl. |
OnItemDeactivateDetail | Enables you to respond to closing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl. |
OnItemDeactivatingDetail | Enables you to prohibit the detail page associated with a specified tile item from closing. Inherited from TdxCustomTileControl. |
OnItemDragBegin | Enables you to prohibit end-users from moving tile items using drag and drop. Inherited from TdxCustomTileControl. |
OnItemDragEnd | Enables you to respond to completing a drag-and-drop operation with tile items (dropping them). Inherited from TdxCustomTileControl. |
OnItemDragOver | Enables you to prohibit end-users from dropping tile items in certain groups. Inherited from TdxCustomTileControl. |
OnItemFocusChange | Enables you to respond to moving focus to a specified tile item. Inherited from TdxCustomTileControl. |
OnItemFocusChanging | Enables you to prohibit moving focus to a specified tile item. Inherited from TdxCustomTileControl. |
OnKeyDown | Inherited from TWinControl. |
OnKeyPress | Inherited from TWinControl. |
OnKeyUp | Inherited from TWinControl. |
OnMouseActivate | Inherited from TControl. |
OnMouseDown | Inherited from TControl. |
OnMouseEnter | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
OnMouseLeave | Occurs when the mouse pointer leaves the control. Inherited from TcxControl. |
OnMouseMove | Inherited from TControl. |
OnMouseUp | Inherited from TControl. |
OnMouseWheel | Inherited from TControl. |
OnMouseWheelDown | Inherited from TControl. |
OnMouseWheelUp | Inherited from TControl. |
OnPopupActivate | Enables you to respond to displaying the popup control associated with a specified tile item. Inherited from TdxCustomTileBar. |
OnPopupActivating | Enables you to prevent the popup control associated with a specified tile item from displaying. Inherited from TdxCustomTileBar. |
OnPopupDeactivate | Enables you to respond to closing the popup control associated with a specified tile item. Inherited from TdxCustomTileBar. |
OnPopupDeactivating | Enables you to prevent the popup control associated with a specified tile item from displaying. Inherited from TdxCustomTileBar. |
OnResize | Inherited from TControl. |
OnSetStoredPropertyValue | Enables you to restore the tile control’s property values from external data stores. Inherited from TdxCustomTileControl. |
OnStartDock | Inherited from TControl. |
OnStartDrag | Inherited from TControl. |
OnUnDock | Inherited from TWinControl. |
See Also