Action
Gets the texts of the currently selected items. An empty list is returned if no items are currently selected.
Syntax
C#
protected List(Of String) SelectedItemTexts { get; }
VB
'Declaration
Protected Read Property SelectedItemTexts As List(Of String)
Access
Read only.