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 |
|
#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
.