ATTR_USE_PROGRESS_BAR_VISUAL_STYLES
| Type: | Control attribute |
| Description: | This attribute allows a numeric slide or scale to draw as a progress bar using Windows themes. When enabled, the control uses the progress bar Windows themes even if you disasble theming for the panel. To disable Windows themes, enable ATTR_DISABLE_PANEL_THEME for the control. When ATTR_USE_PROGESS_BAR_VISUAL_STYLES is enabled, the control can function only as an indicator. |
| Control Types: | Numeric slides, ring slides. |
| Restrictions: | Not valid for controls of type CTRL_NUMERIC_GAUGE CTRL_NUMERIC_GAUGE_LS CTRL_NUMERIC_METER CTRL_NUMERIC_METER_LS CTRL_NUMERIC_KNOB CTRL_NUMERIC_KNOB_LS CTRL_NUMERIC_DIAL CTRL_NUMERIC_DIAL_LS CTRL_RING_GAUGE CTRL_RING_GAUGE_LS CTRL_RING_METER CTRL_RING_METER_LS CTRL_RING_KNOB CTRL_RING_KNOB_LS CTRL_RING_DIAL CTRL_RING_DIAL_LS |
| Data Type: | integer |
| Default Value: | 0 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 2009 and later |
Values
| 0 | False |
| 1 | True |