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