performFindPanelAction(_:)
Performs a find panel action specified by the sender’s tag.
Declaration
func performFindPanelAction(_ sender: Any?)Parameters
- sender:
The control sending the message. This method sends the Tag method to determine what operation to perform. The list of possible tags is provided in Constants.
Discussion
This is the generic action method for the find menu and find panel, and can be overridden to implement a custom find panel.