> No direct control (another item on the wish list...), you either need
> to put the decoration on a tab control or in a cluster together with
> the buttons and show/hide that page / cluster.
>
> An alternative is to make a custom control; make it look like the
> decoration and then use it's property node to control it.
Actually, you can get a reference to them using the panel properties,
but it is a bit complicated. You cannot make implicit property nodes
though.
As suggested, one approach is to make something that you show and hide,
like a Boolean indicator. Another approach is to make the Boolean's two
states have different pictures, one the decoration, the other is
transparent or flat. The you just need to change the Boolean's value to
do the show/hide. If you are going for more states, consider using a
ring idicator.
Greg McKaskle