MultiSelect Property
Applies To: TabControl
Description
The TabControl property specifies whether or not the user can select more than one button in a TabControl at the same time, by holding down the Ctrl key when clicking.
MultiSelect is a single number with the value 0 (only 1 button may be selected) or 1 (more than one button may be selected); the default is 0.
MultiSelect apples only if the Style of the TabControl is 'Buttons'
or 'FlatButtons'
, and is ignored if Style is 'Tabs'
.
Note that the State property of the associated TabButton object reports whether or not the button is selected.