Exemplo n.º 1
0
 private void Loaded()
 {
     //The control was drawn.
     //This means we can add the drop shadow
     ShadowUtils.CreateDropShadow(this);
     if (Parent != null)
     {
         Parent.Invalidate();
     }
 }