public ToolBarDropList AddDropList(string title, string[] values, int selectedValue = 0) { ToolBarDropList list = new ToolBarDropList(title, values, selectedValue); AddSubview(list); return(list); }
public ToolBarDropList AddDropList(string title, string[] values, int selectedValue = 0) { ToolBarDropList list = new ToolBarDropList(title, values, selectedValue); AddSubview(list); return list; }