Hi guys! I need to determine if my program is in design mode or in running mode, from inside my Add-In.
From Inside a user control you can check for Ambient.UserMode, but I cannot find the way to do it from a running Add-In.
I checked all the structure from VBInstance.ActiveVBProject and seems there is no direct property.
Any clues?