Method SelectFirstItem
SelectFirstItem()
Selects the first item in the list box, if any items are available.
public virtual void SelectFirstItem()
Remarks
If the list box is empty, this method performs no action. Otherwise, it clears the current selection and selects the first item in the list box.