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