Click to See Complete Forum and Search --> : override listbox properties


Diedtje
08-26-2005, 08:06 AM
How can i override listbox properties? I want to change the color of the listbox border eg. There is something to override the default properties. How do I do that? What kind of class do i have to write?

thx

Memnoch
08-26-2005, 09:33 AM
You could/would need to write a custom listbox class, that inherits from the base listbox object, then override it's properties.