View Single Post
10/27/14, 01:04 AM   #4
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
If you want to hide the entire control do what Garkin suggested.
But, just fyi there may be a case sometimes when you don't want to hide the entire control.

For example if you had a backdrop & you only wanted to see the border, but not the rest (center) of the control you could set its center color
Lua Code:
  1. centerColor="00000000"

and that would make the center transparent, but the border would still be visible.
  Reply With Quote