SelectAll Method (WPFListBox)

Class

WPFListBox.

Action

Selects all the items in the ListBox.

Syntax

C#
listBox.SelectAll()
VB
listBox.SelectAll()