ListStyle

<< Click to Display Table of Contents >>

 

ListStyle

Enum This property determines the object's list style. The available options for this property are the following:

0 - fmListStylePlain: List with background items highlighted (default)

1 - fmListStyleOption: Displays option buttons or combo boxes for a list with several options. When users select one item on the group, the option button associated to this item is selected and the option buttons for the other group items are deselected

 

NOTE

The 1 - fmListStyleOption option can only be enabled if the MultiSelect property is set to 1 - fmMultiSelectMulti.

Was this page useful?