/// <summary> /// Copy constructor /// </summary> /// <param name="other"></param> public DropDownButton(DropDownButton other) : base(other) { }