IAutomationSetAddInVisible Method

Change the PlugIn visibility. Value can only be used after creating an IPCBIWindow instance.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void SetAddInVisible(
	string PlugInName,
	bool visible
)

Parameters

PlugInName  String
The title of the PlugIn.
visible  Boolean
The new value.

See Also