Skip to main content

TdxTileControlOptionsBehavior.ItemFocusMode Property

Controls how the currently focused item is emphasized within a tile control.

Declaration

property ItemFocusMode: TdxTileControlItemFocusMode read; write;

Property Value

Type Description
TdxTileControlItemFocusMode

Enumerates available tile focus modes.

Remarks

Options include:

Value Description Sample
tcifmDefault The focused tile item is enclosed by a rectangle, painted as specified by a tile control’s Style.FocusedColor property.
tcifmOuterFrame 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 ItemOuterFrameColor property to specify the frame color.

The default values of the ItemFocusMode property for the tile and tile bar controls are tcifmDefault and tcifmOuterFrame, respectively.

See Also