TdxTileControlOptionsBehavior.HideFocusOnItemHotTrack Property
In This Article
Specifies if hot-tracking a tile item removes the focus indication from the currently focused item.
#Declaration
Delphi
property HideFocusOnItemHotTrack: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to let item hot-tracking remove the focus indication. Otherwise, the focus indication persists until a tile item is focused.
The default value of the HideFocusOnItemHotTrack property is False.
See Also