SelectAll Method (AWTList)
Class
AWTList
.
Action
Selects all items in the list.
Syntax
C#
list
.
SelectAll
()
VB
list
.
SelectAll
()
Examples
VB
colorsList.SelectAll
()