property ListBar.SelectItemType as SelectItemEnum
Retrieves or sets a value that indicates how the selected item is displayed.

TypeDescription
SelectItemEnum A SelectItemEnum expression that indicates the way how control marks the selected item.

By default, the SelectItemType property is exSelectPush. Use the SelectItemType property to determine the way how the control marks the selected item. Use the SelectItem property to get the index of selected item. Use the SelectGroup property to retrieve the index of selected group. Use the Background property to specify a background color or a visual appearance for the selected or highlighted node. Use the Background(exSelectItem) property to apply a skin to the selected item.