property Item.Bullet as Boolean
Retrieves or sets a value indicating whether the item is of bullet type.

TypeDescription
Boolean A boolean expression whether the item is of bullet type.

The control displays a bullet left to the item's caption. Use the Caption property to specify the caption of the item. The bullet is displayed only if the Check property is True. The control fires the Select event when the user selects an item. Use the Image property to assign an icon to an item. Use the CheckEffect property to change the visual effect of the check box or bullet inside the item.