IImageButton.DrawFocus

Syntax

DrawFocus: Boolean;

Description

The DrawFocus property determines whether the focus frame is displayed along the component border.

Comments

This property is relevant if the button is focused. If the property is set to True, the focus frame is rerendered along the border of the component.

If the property is set to False, the focus presence is not displayed in any way.

See also:

IImageButton