property ExContextMenu.ShowCheckedAsSelected as ShowCheckedAsSelectedEnum
Specifies whether the checked items shows as selected.

TypeDescription
ShowCheckedAsSelectedEnum A ShowCheckedAsSelectedEnum expression that specifies whether the checked items show as selected.
By default, the ShowCheckedAsSelected property is exDisplayItemCheckDefault. 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 ShowCheckedAsSelected property of the Item object specifies whether the individual checked item is shown as selected. 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: