CADability dotNET
Synchronises the shortcuts in the given menu with the table kept by this object. If there is a Shortcut in the given menu and the same shortcut is used in this table for another menue item, the original shortcut will be removed and the shortcut is updated according to this table. If there is no conflict this table is updated by the menu and the menu is update by this table

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SyncMenu(
	Menu menu,
	Menu topMenu
)
Visual Basic
Public Sub SyncMenu ( _
	menu As Menu, _
	topMenu As Menu _
)
Visual C++
public:
void SyncMenu(
	Menu^ menu, 
	Menu^ topMenu
)

See Also