webPlugInSetIsSelected(_:)
Controls plug-in behavior based on its selection.
Declaration
func webPlugInSetIsSelected(_ isSelected: Bool)Parameters
- isSelected:
If Yes, the plug-in is currently selected. Otherwise, it is not selected.
Discussion
This may be used, for example, to change the plug-in’s appearance when it is selected by the user.