This constructor duplicates another MenuMacro object and sets the parent.
Public Sub New( menuMacIn As MenuMacro, parent As MacroGroup, DeepClone As bool )
public MenuMacro( MenuMacro menuMacIn, MacroGroup parent, bool DeepClone );
Parameters |
Description |
MenuMacro menuMacIn |
Input the MenuMacro to duplicate. |
MacroGroup parent |
Input which sets the parent. |
bool DeepClone |
If true, all macros within the MenuMacro will be duplicated. Otherwise, only the current macro is duplicated. |
Comments? |