I tried to the code below but I cant drop my picturebox on form. Any ideas?
using System;using System.Collections.Generic;using System.Text;using System.ComponentModel;using MicroFour.StrataFrame.UI.Windows.Forms;using JK.Framework.Base;
I found my mistake
Warning: that this.DesignMode property always returns false if you test it in the constructor of the control. Once you're out of the constructor, it works fine, but as long as you're in the constructor, it hasn't been set, yet.