nameSeparator

Type: String[1]

Availability: Read or write at any time

The nameSeparator property contains the item delimiter string used when accessing the ListBox control itemFullName method. The default value is the backslash character (\). A null value is treated as the default backslash character (\).

Accessing the itemFullName method of an entry in the ListBox control returns a string consisting of the text of all parents of the entry concatenated with its own text entry. These level names are separated by the value of the nameSeparator property.