De-activating Gadgets: Greying Out
- Last UpdatedNov 12, 2025
- 1 minute read
-
You may de-activate a gadget by setting its active status to FALSE:
!!MyForm.List.Active = FALSE
-
You may re-activate a gadget by setting its active status to TRUE:
!!MyForm.List.Active = TRUE
When a gadget is de-activated, it has a greyed-out appearance and the user is prevented from interacting with it.