ARCed.Controls.DatabaseObjectListBox.PopulateList C# (CSharp) Méthode

PopulateList() public méthode

Clears and populates the listbox on the control with the given collection of objects
public PopulateList ( List objectList ) : void
objectList List Collection of items
Résultat void
        public void PopulateList(List<dynamic> objectList)
        {
            ControlHelper.Populate(this.listBoxObjects, objectList, false);
        }