vcl-dxcustomtilecontrol-37fb5d0a.md
An object that processes animation, keyboard and mouse events on behalf of the tile control.
TdxTileControlController = class(
TcxIUnknownObject,
IdxAnimationListener,
IcxMouseTrackingCaller,
IcxMouseTrackingCaller2
)
This class extends its ancestor with members that allow you to:
Move focus between tile items (FocusedItem).
Hot-track a tile item (HotTrackedItem.
Start or stop playing tile frame animations (StartAnimations, StartItemContentAnimation, StopAnimations, and StopItemContentAnimation).
The tile control’s Controller property references a TdxTileControlController object.
TObject TcxIUnknownObject TdxTileControlController
See Also