BackgroundEnabled property
Posted: Tue Mar 06, 2007 17:48
Default windows can use the following property, which I really like:
However, I've tried to find some way to do the same thing with FrameWindows and Listboxes and I can't figure it out.
Why is the BackgroundEnabled property not settable for these important window types? Or is there a way to do this that I've missed?
Thanks in advance!
Code: Select all
wnd->setProperty("BackgroundEnabled", "false");
However, I've tried to find some way to do the same thing with FrameWindows and Listboxes and I can't figure it out.
Why is the BackgroundEnabled property not settable for these important window types? Or is there a way to do this that I've missed?
Thanks in advance!