cloning menus
-
Hy everyone! When I do clone menues do I clone them as a whole meaning, the Menu, the Items and the actions which they did or do I only clone the items? Because what I want to do is cloning an existing menu and adding some new items to the cloned menu. But I am not sure if cloning only creates a copy of the menu without the actions or with them. I only found examples describing cloning the items but there were no infos available if the actions were also cloned. Thanks! Stephan.
-
Hy everyone! When I do clone menues do I clone them as a whole meaning, the Menu, the Items and the actions which they did or do I only clone the items? Because what I want to do is cloning an existing menu and adding some new items to the cloned menu. But I am not sure if cloning only creates a copy of the menu without the actions or with them. I only found examples describing cloning the items but there were no infos available if the actions were also cloned. Thanks! Stephan.
hi, i can give a small hit. If you took the methods MergeMenu() -> This will merges another menu's items with this one's as specified by these mergeType and mergeorder properties. This method is used to merge an MDI continer's menu with that of its active child. CloneMenu() -> This will create a deep copy of another menu. ************************** S r e e j i t h N a i r **************************