public TextBoxVO(TextBoxVO vo) : base(vo) { defaultText = vo.defaultText; width = vo.width; height = vo.height; style = vo.style; }