TdxTileControlController Class
An object that processes animation, keyboard and mouse events on behalf of the tile control.
Declaration
TdxTileControlController = class(
TcxIUnknownObject,
IdxAnimationListener,
IcxMouseTrackingCaller,
IcxMouseTrackingCaller2
)
Remarks
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.
Inheritance
TObject
TcxIUnknownObject
TdxTileControlController
See Also