showFocusBorder | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack, card, field, button, graphic, scrollbar, player, image | ||||||
Summary | Displays a border around the active control. | ||||||
Introduced | 1.1 | ||||||
OS | mac, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field Property: focusPattern, properties Command: modeless, focus, modal Function: stacks Glossary: object, property, EPS, insertion point, dialog box, Unix, active control, control Object: card, image, field | ||||||
Description | Use the showFocusBorder property to turn off the standard (for Unix systems) focus border around the active control, or to show which field has the insertion point in a dialog box. The appearance of the focus border is set by the focusColor and focusPattern properties. If the lookAndFeel property is set to "Macintosh" or "Appearance Manager", the setting of the showFocusBorder property affects only fields, images, and EPSobjects. (To comply with user interface guidelines, this property should be set to true for fields in modal and modeless dialog box|dialog boxes.) If the lookAndFeel is set to "Motif", the showFocusBorder property affects all controls. If the lookAndFeel is set to "Windows 95", the showFocusBorder property has no effect. | ||||||
Tags | ui |