Is it possible to make a script that pushes this button?

I need a script that toggles this button on and off(marked red). If anybody knows the answer, Thanks in advance! :slight_smile:
75633-image.png

That would be

this.gameObject.SetActive(false)

Hereโ€™s a good read to get started with managing GameObjects: