Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIArea.Disabled

Disable the item for user input and grey it out

Declaration

Source position: MUIClass.Area.pas line 143

published property TMUIArea.Disabled : Boolean
  read FDisabled
  write SetDisabled
  default False;

Description

Disable or enable a gadget. Setting this attribute causes a gadget to become disabled, it gets a ghost pattern and doesn't respond to user input any longer.

Disabled gadgets cannot be activated with the TAB key.

Using Disable on a group of objects will disable all objects within that group.


Documentation generated on: 2024-03-29