<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/doClick(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(im)doClick:"
  },
  "title" : "doClick(_:)"
}
-->

# doClick(_:)

Responds to (single) mouse clicks in a column of the browser.

```
func doClick(_ sender: Any?)
```

## See Also

[`sendAction()`](/documentation/AppKit/NSBrowser/sendAction())

Sends the action message to the target.



---

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)