InterfacePCBIWindowCallHostChangeEnable Method

Change enable for action item.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void CallHostChangeEnable(
	ID_ActionItem id,
	bool enable
)

Parameters

id  ID_ActionItem
The relevant action item.
enable  Boolean
Enable or disable the action item.

See Also