unity button interactable

C#
using UnityEngine.UI; 
public Button button;
button.interactable = true;
Source

Also in C#: