Table of Contents

Interface IListBoxActions

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

Represents a set of actions that can be performed on a list box control.

public interface IListBoxActions

Methods

RemoveAll()

Removes all items from the list box.

SelectAll()

Selects all items in the list box.

SelectFirstItem()

Selects the first item in the list box, if one exists.

SelectLastItem()

Selects the last item in the list box, if one exists.

UnselectAll()

Unselects all items in the list box, clearing any selection.