T
tbergman
Guest
Hi Peter, Thanks for this. I had abandoned the idea of using LicenseManager.UsageMode as it didn’t seem to work properly. After further testing, it does appear to work properly if, and only if, the evaluation is done inside the constructor. In the bit of code I’m using for testing, it properly shows DesignTime when in the constructor, but it shows Runtime when in the Load event of the control. So I could set a variable in the constructor and then evaluate it wherever needed. Still not exactly ideal.
Continue reading...
Continue reading...