performClick(_:)
Simulates a single mouse click on the receiver.
Declaration
func performClick(_ sender: Any?)Parameters
- sender:
The object requesting the action. This parameter is ignored.
Discussion
This method calls the performClick(_:) method of the receiver’s cell with the sender being the control itself. This method raises an exception if the action message cannot be successfully sent.