property Item.ShowCheckedAsSelected as ShowCheckedAsSelectedEnum
Specifies whether the checked item shows as selected.

TypeDescription
ShowCheckedAsSelectedEnum A ShowCheckedAsSelectedEnum expression that specifies whether the checked item shows as selected.
By default, the ShowCheckedAsSelected property is exDisplayItemCheckInherit, which indicates that the control's ShowCheckedAsSelected property specifies how the checked item is shown. Use the ShowCheckedAsSelected property on non zero, to show the checked items as selected. A checked item is an item with the Check or Radio property set on True and the Checked property is True. The SelBackColor property indicates the color to show background of the selected / highlighted item. The AllowToggleRadio property on True, allows a radio button to set on zero ( unchecked ), if the user clicks twice the radio button. The ShowCheckedAsSelectedTransparency property specifies the transparency ( percent ) to show the checked items when selected.

The following screen shot shows the control when the ShowCheckedAsSelected property is exDisplayItemCheckDefault( by default ):

The following screen shot shows the control when the ShowCheckedAsSelected property is exDisplayItemCheckHighlight: