dragSelection(with:offset:slideBack:)
Begins dragging the current selected text range.
Declaration
func dragSelection(with event: NSEvent, offset mouseOffset: NSSize, slideBack: Bool) -> BoolParameters
Return Value
true if the drag can be successfully initiated, false otherwise.
Discussion
Primarily for subclasses, who can override it to intervene at the beginning of a drag.