public void Update(object args) { if (!Form.InDesignMode()) { if (BorderLeft != null) { BorderLeft.Update(args); BorderTop.Update(args); BorderRight.Update(args); BorderBottom.Update(args); } } }