C #: 2 common methods for ListBox Add, Clear and Items 2 properties

xiaoxiao2021-03-06  60

Listbox1.items.clear () Clear Item in ListBox;

ListBox1.Items.count Gets the number of items of ListBox;

Listbox1.items [n] Gets the Nth Item in ListBox;

Listbox1.items.add ("123") adds an Item to ListBox;

转载请注明原文地址:https://www.9cbs.com/read-90953.html

New Post(0)