ItemTexts Property (UIAListBox)

Class

UIAListBox.

Action

Gets the list of all item texts.

Syntax

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

Access

Read only.