Hide chip button?

Hi,
I want to show and hide a chip button? How do I do that?

You should be able to do this a few ways, but both depend on your CHIP having an ID parameter associated to it. You could use remove-udelement or you could use the set-udelement and use the hidden attribute. As mentioned you will need to give your chip an ID to be able to reference it with these commands