Table of Contents

Method SelectFirstItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.