tabEnabled property

bool tabEnabled
getter/setter pair

Specifies whether this object is in the tab order.

If this object is in the tab order, the value is true; otherwise, the value is false. By default, the value is true.

Implementation

bool tabEnabled = true;