delegate
Sets the receiver’s delegate.
Declaration
weak var delegate: (any NSComboBoxDelegate)? { get set }Parameters
- anObject:
The delegate for the receiver. The delegate must conform to the Nscomboboxdelegate protocol.
Sets the receiver’s delegate.
weak var delegate: (any NSComboBoxDelegate)? { get set }The delegate for the receiver. The delegate must conform to the Nscomboboxdelegate protocol.