DisableButtonEx |
www.progui.co.uk Top Previous Next |
DisableButtonEx() Syntax Success = DisableButtonEx(ID.i, Disable.b) Description Disables/enables a ButtonEx, ImageButtonEx, ToggleButtonEx, RadioButtonEx or CheckButtonEx. ID.i specifies the handle/ID of the button you want to disable or enable. Specifying Disable.b as True will disable the ImageButtonEx, or False will enable. Returns true if successful.
|