In an ArcEngine application can I control what is passed to the OnCreate() method when a command or tool is initialized?
(I am using a synchronization object because I have both a map and a pagelayout in my form. Rather than just passing the active control I would prefer to just pass the synchronizer because it contains all the controls.)

