IActionSetKeyCombination(ID_ActionItem, Keys) Method

Set a new keycombination to start the ID_ActionItem.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetKeyCombination(
	ID_ActionItem id,
	Keys keys
)

Parameters

id  ID_ActionItem
The identifier
keys  Keys
the new keycombination

See Also