GetItem Method (IListBox)
Retrieves an item with the given text.

C# Syntax

IListItem GetItem( 
   string text
)

Parameters

text
The text of this item.