public DropDownWindow AddChild(DropDownWindow NewChild) { WindowFormChildren.Add(NewChild); NewChild.ParentDropDown = this; return(NewChild); }