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

webPlugInSetIsSelected:

Controls plug-in behavior based on its selection.

Declaration 宣言

- (void)webPlugInSetIsSelected:(BOOL)isSelected;

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.