Skip to main content

TcxCustomImageProperties.ShowFocusRect Property

Specifies if the image editor displays a rectangle when the editor has focus.

Declaration

property ShowFocusRect: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if the editor displays the focus rectangle; otherwise, False.

Remarks

You can set the ShowFocusRect property to False to hide the focus rectangle when the image editor has focus.

Default Value

The ShowFocusRect property’s default value is True.

See Also