TdxTileControlOptionsBehavior.ItemFocusMode Property
In This Article
Controls how the currently focused item is emphasized within a tile control.
#Declaration
Delphi
property ItemFocusMode: TdxTileControlItemFocusMode read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Enumerates available tile focus modes. |
#Remarks
Options include:
Value | Description | Sample |
---|---|---|
tcifm |
The focused tile item is enclosed by a rectangle, painted as specified by a tile control’s Style. |
![]() |
tcifm |
The focused tile item is emphasized with an outer frame (a frame that is painted with a 1-pixel offset from the item). Use the Item |
![]() |
The default values of the ItemFocusMode property for the tile and tile bar controls are tcifmDefault and tcifmOuterFrame, respectively.
See Also