Admin Production ni-theme
Current Publication

ATTR_PROGRESSBAR_BAR_COLOR

LabWindows/CVI

ATTR_PROGRESSBAR_BAR_COLOR

Data Type: integer
Access:read/write
Functions:ProgressBar_GetAttribute
ProgressBar_SetAttribute
Description: The fill color of the progress bar.
LabWindows/CVI ignores this color unless you disable Windows theming for the control.
Values:
VAL_RED (0xFF0000L)Red = 255, Green = 0, Blue = 0
VAL_GREEN (0x00FF00L)Red = 0, Green = 255, Blue = 0
VAL_BLUE (0x0000FFL)Red = 0, Green = 0, Blue = 255
VAL_CYAN (0x00FFFFL)Red = 0, Green = 255, Blue = 255
VAL_MAGENTA (0xFF00FFL)Red = 255, Green = 0, Blue = 255
VAL_YELLOW (0xFFFF00L)Red = 255, Green = 255, Blue = 0
VAL_DK_RED (0x800000L)Red = 128, Green = 0, Blue = 0
VAL_DK_BLUE (0x000080L)Red = 0, Green = 0, Blue = 128
VAL_DK_GREEN (0x008000L)Red = 0, Green = 128, Blue = 0
VAL_DK_CYAN (0x008080L)Red = 0, Green = 128, Blue = 128
VAL_DK_MAGENTA (0x800080L)Red = 128, Green = 0, Blue = 128
VAL_DK_YELLOW (0x808000L)Red = 128, Green = 128, Blue = 0
VAL_LT_GRAY (0xC0C0C0L)Red = 192, Green = 192, Blue = 192
VAL_DK_GRAY (0x808080L)Red = 128, Green = 128, Blue = 128
VAL_BLACK (0x000000L)Red = 0, Green = 0, Blue = 0
VAL_WHITE (0xFFFFFFL)Red = 255, Green = 255, Blue = 255
VAL_GRAY (0xA0A0A0L)Red = 160, Green = 160, Blue = 160
VAL_OFFWHITE (0xE0E0E0L)Red = 224, Green = 224, Blue = 224
VAL_TRANSPARENT (0x1000000L)Red = 0, Green = 0, Blue = 0, transparent bit set.
VAL_PANEL_GRAY (0xC0C0C0L)Red = 192, Green = 192, Blue = 192
LabWindows/CVI
Compatibility:
LabWindows/CVI 2009 and later