Contents

print

The identifier for a toolbar item that tells your app to print the current document.

Declaration

static let print: NSToolbarItem.Identifier

Discussion

When selected, this item sends a printDocument: message to the first responder.

See Also

Getting the standard item identifiers