IAutomationGetAddInVisible Method

Get the value of visibility.

Definition

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

Parameters

PlugInName  String
The title of the PlugIn.

Return Value

Boolean
True if visible, false if not.

See Also