Contents

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.