OBJECT SET FOCUS RECTANGLE INVISIBLE
History
| Release | Changes |
|---|---|
| 21 R2 | Supported with Fluent UI on Windows |
OBJECT SET FOCUS RECTANGLE INVISIBLE ( {* ;} object ; invisible )
| Parameter | Type | Description | |
|---|---|---|---|
| * | Operator | → | If specified, object is an object name (string). If omitted, object is a variable |
| object | any | → | Object Name (if * is specified) or Variable (if * is omitted) |
| invisible | Boolean | → | True = focus rectangle hidden,False = focus rectangle shown |
Description
The OBJECT SET FOCUS RECTANGLE INVISIBLE command sets or dynamically modifies the visibility option for the focus rectangle of the object(s) designated by the object and * parameters for the current process. This setting corresponds to the Hide focus rectangle option that is available for enterable objects in the Property List in the Design mode.
Note: This option can only be used on macOS and on Windows with Fluent UI enabled. It has no effect on Windows classic UI.
If you pass the optional * parameter, this indicates that the object parameter is an object name (a string). If you do not pass this parameter, this indicates that the object is a variable or a field. In this case, you pass a variable reference instead of a string.
Pass True in the invisible parameter to hide the focus rectangle and False to keep it visible.
See also
OBJECT Get focus rectangle invisible
Properties
| Command number | 1177 |
| Thread safe | no |