lastKeyView()
Returns the last view in the keyboard loop of the view.
Declaration
func lastKeyView() -> NSView!Discussion
The default return value of this method is nil. When the authorization plug-in calls this method, your subclass should return the last view in the keyboard loop of your custom NSView object.