TCaptionListBox

From VistApedia
Jump to: navigation, search

CPRS Delphi Controls Stuff

TCaptionListBox is a listbox that is derived from the standard TListBox. It supports all of the properties associated with the standard list box an adds the following properties:

  • RightClickSelect: Boolean

Enables selecting an item by right clicking.

  • Caption: String

Adds a caption property. I believe this was in hope of the screen readers picking it up.

  • HintOnItem: Boolean – default = false

Make the ListBox's hint contain the contents of the listbox Item the mouse is currently over.