Class ListDialogRowCollection
Represents a collection of dialog rows of type ListDialogRow.
public class ListDialogRowCollection : DialogRowCollection<ListDialogRow>, IEnumerable<ListDialogRow>, IEnumerable
- Inheritance
-
ListDialogRowCollection
- Implements
- Inherited Members
Constructors
ListDialogRowCollection()
public ListDialogRowCollection()
Methods
Add(string)
Adds a row to the list with the specified text.
public void Add(string text)
Parameters
textstringThe text of the row to add.
Exceptions
- ArgumentNullException
Thrown if
textis null.