Notifications
Clear all
[Closed] listbox color text
Apr 30, 2012 5:11 am
Anyone know how to change the color of the text of the items in a listbox?
1 Reply
1 Reply
for mxs listbox control you can’t change text color. for .net listbox use ForeColor property.
if you want to control text color for every item use DrawMode.OwnerDrawFixed or DrawMode.OwnerDrawVariable and the DrawItem event.