In This Topic
Gets or sets the text of the list item.
Syntax
'Declaration
Public Property Text As String
'Usage
Dim instance As ListItem
Dim value As String
instance.Text = value
value = instance.Text
public string Text {get; set;}
Property Value
String containing the text of the list item
Example
This example creates a list box cell type object and assigns it a ListItem array.
See Also