IPCBIWindowCallHostChangeEnable Method

Change enable for action item.

Definition

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

Parameters

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

Implements

InterfacePCBIWindowCallHostChangeEnable(ID_ActionItem, Boolean)

See Also