override listbox properties

liunx

Guest
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?

thxYou could/would need to write a custom listbox class, that inherits from the base listbox object, then override it's properties.
 
Back
Top