<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSControl/refusesFirstResponder",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSControl(py)refusesFirstResponder"
  },
  "title" : "refusesFirstResponder"
}
-->

# refusesFirstResponder

A Boolean value indicating whether the receiver refuses the first responder role.

```
var refusesFirstResponder: Bool { get set }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if the receiver refuses the first responder role; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## See Also

[`objectValue`](/documentation/AppKit/NSControl/objectValue)

The value of the receiver’s cell as an Objective-C object.

[`doubleValue`](/documentation/AppKit/NSControl/doubleValue)

The value of the receiver’s cell as a double-precision floating-point number.

[`floatValue`](/documentation/AppKit/NSControl/floatValue)

The value of the receiver’s cell as a single-precision floating-point number.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)