Select Method (WPFSelector)

Class

WPFSelector.

Action

Selects an item in the ListBox. If the item is not visible, it is scrolled into view.

Syntax

C#
selector.Select(item, [modifiers])
VB
selector.Select(item, [modifiers])
Variable Description
item The item to select. ItemIdentifier.
modifiers Optional: The modifier keys to press while selecting the item. Use a modifier to select multiple items in a multi-select ListBox. ModifierKeys.