_focusrect
Previous  Top  Next

Syntax
_focusrect = Boolean;

Arguments
None.

Returns
None.

Description
Global property that defines whether a yellow rectangle appears around the button that has keyboard focus.
Default value is true.

Sample
onLoad() {
   _focusrect = false;   // turn off yellow rectangle around selected button.
}