ListBox.IsSelected

ListBox.IsSelected method

Indicates whether the item is selected.

public bool IsSelected(int itemIndex)
ParameterTypeDescription
itemIndexInt32The item index.

Return Value

whether the item is selected.

See Also