SelectedItemTexts Property (WPFListBox)

Class

WPFListBox.

Action

Gets a list of string containing the text of every currently selected item.

Syntax

C#
protected List(Of String) SelectedItemTexts { get; }
VB
'Declaration
Protected Read Property SelectedItemTexts As List(Of String)

Access

Read only.