IActionRegisterID Method

Registrate the RegisterItem and change the RegID. Attention: The ID is important to indentify the action, you have to handle your registrated IDs in your code. See example code http://www.pcb-investigator.com/de/forum/ribbon-menu-items

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int RegisterID(
	IRegisterItem item
)

Parameters

item  IRegisterItem
Needed information

Return Value

Int32
new RegID

See Also