Button disabled for certain period of time

hi. i want to make button disabled for certain period of time (like 20 mins) after button is clicked. thanks

You need to use button.Click event, button.Enabled property and a clock component.