ItemTexts Property (SLAutoCompleteBox)

Action

Gets a list containing the texts of the current matches. If nothing was entered in the control's text box an empty list is returned.

Syntax

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

Access

Read only.