---
title: disabled
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicontrol/state-swift.struct/disabled
---

# disabled

The disabled state of a control.

## Declaration

```swift
static var disabled: UIControl.State { get }
```

## Discussion

Discussion User interactions with disabled control have no effect and the control draws itself with a dimmed appearance to reflect that it’s disabled. You can retrieve and set this value through the isEnabled property.

## See Also

### Constants

- [normal](uikit/uicontrol/state-swift.struct/normal.md)
- [highlighted](uikit/uicontrol/state-swift.struct/highlighted.md)
- [selected](uikit/uicontrol/state-swift.struct/selected.md)
- [focused](uikit/uicontrol/state-swift.struct/focused.md)
- [application](uikit/uicontrol/state-swift.struct/application.md)
- [reserved](uikit/uicontrol/state-swift.struct/reserved.md)
