enabled property

bool? enabled
final

True if the section is enabled. Disabled sections cannot be selected, and is skipped during traversal.

Defaults to inheriting from the FSelect.

Implementation

final bool? enabled;