Constructs a DoubleClickCmd with a macro to execute.
Public Sub New( parent As DoubleClickAction, menuMacro As MenuMacro )
public DoubleClickCmd( DoubleClickAction parent, MenuMacro menuMacro );
Parameters |
Description |
DoubleClickAction parent |
Input the DoubleClickAction that this command belongs to. |
MenuMacro menuMacro |
Input the MenuMacro command. |
Comments? |