| Wijmo Control Toolkit Extender Controls > C1ComboBox Extender > C1ComboBoxExtender Tutorial > Step 3 of 4: Customizing the ComboBox |
In this topic you will set some of the properties for the C1ComboBoxExtender to change the location of the combobox's arrow, to allow multiple selections, and to allow selections when an item receives focus.
The markup for the C1ComboBoxExtender will now look like this:
<wijmo:C1ComboBoxExtender ID="C1ComboBoxExtender1" runat="server"
TargetControlID="DropDownList1" SelectionMode="Multiple" TriggerPosition="Left" SelectOnItemFocus="True"> </wijmo:C1ComboBoxExtender>
Now run the project to see the formatted combobox.