property focused

(r/o) bool focused;

Typ

Zugriff

This property returns if this box currently has the keyboard focus. This property can not be set to force the box to a focused state. To perform that operation use the focus() method.

See collapsed property for example.