Name
DisableButton -- disable a button (V2.0)
Synopsis
DisableButton(id)
Library
event

Function
This function temporarily disables the button specified by id. You can enable it later by using the EnableButton() function. If you want to remove a button completely, use the DeleteButton() function.

Inputs
id
identifier of the button to disable

Show TOC