OverviewExamples
| 
 Plugin.SetVisible (  | 
Sets the visibility of a plugin object.
(string) The name of the plugin object.
(boolean) Whether to make the plugin object visible or invisible:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Visible. (Default)  | 
| 
 false  | 
 Invisible.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions