Instance Method インスタンスメソッド

webPlugInSetIsSelected(_:)

Controls plug-in behavior based on its selection.

Declaration 宣言

func webPlugInSetIsSelected(_ isSelected: Bool)

Parameters パラメータ

isSelected

If true, 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.