Admin Production ni-theme
Current Publication

ATTR_DIMMED

LabWindows/CVI

ATTR_DIMMED (Control)

Type: Control attribute
Description: Specifies whether the control is enabled or dimmed (grayed out).

Enable the ATTR_USE_CHECKERBOARD_DIMMING attribute if you want to use the control dimming algorithm from LabWindows/CVI 7.1 and earlier. You must enable ATTR_USE_CHECKERBOARD_DIMMING before you enable ATTR_DIMMED.

(Note: ActiveX controls can only be dimmed when they are in Windowless mode)

0 = Control enabled

1 = Control disabled (dimmed)
Control Types: ActiveX controls, binary switches, canvases, color numerics, command buttons, decorations, digital graphs, graphs, LEDs, list boxes, numerics, picture buttons, picture rings, pictures, radio buttons, rings, numeric slides, ring slides, splitters, strings, strip charts, tab controls, tables, text boxes, text buttons, text messages, timers, toggle buttons, trees.
Data Type: integer
Default Value: 0
LabWindows/CVI
Compatibility:
LabWindows/CVI 3.0 and later

Values

0 False
1 True