IPCBIWindowCallHostChangeButton Method

Change button check type.

Definition

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

Parameters

id  ID_ActionItem
The action item of interest.
check  Boolean
Check or uncheck the relevant action item.

Implements

InterfacePCBIWindowCallHostChangeButton(ID_ActionItem, Boolean)

See Also