TCaptionListBox: Difference between revisions

From VistApedia
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
[[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:
'''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:

Latest revision as of 22:13, 22 July 2008

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.