Which statement could be used in C# to set a ListBox object’s selection mode to MultiExtended if you did not have Visual Studio’s Properties window available? The name for the ListBox object is lstBox1. a. lstBox1.SelectionMode = SelectionMode.MultiExtended; b....