numeric
Whether the panel is ghosted, i.e. visible but insensitive to user interaction. Ghosted panels with text are displayed "faded".
Within table windows, individual panels may be ghosted, e.g.
mywin.checks[4].ghosted = 1
or by omitting the row/column index all panels in the row/column may be ghosted, e.g.
mywin.checks.ghosted = 1
By default this value is 0 (not ghosted, i.e. sensitive).