![]() |
Previous | Next |
This property specifies or retrieves the foreground color of the display panel.
Syntax
MediaPlayer.DisplayForeColor
Possible Values
This property is read/write Long with a default value of 0xFFFFFF (white).
Remarks
You can specify the foreground color by using normal RGB colors or system default colors.
Normal RGB colors are colors specified by using the color palette or by using the Microsoft® Visual Basic® RGB or QBColor functions in code.
System default colors are colors specified by system color constants listed in the object library of the object browser. The Microsoft Windows® operating environment substitutes the user's choices as specified in the control panel settings.
The valid range for a normal RGB color is 0 to 16777215 (0xFFFFFF). The high byte of a number in this range equals 0; the lower 3 bytes, from most to least significant byte, determine the amount of red, green, and blue, respectively. The red, green, and blue components are each represented by a number between 0 and 255 (0xFF). If the high byte is not zero, Visual Basic uses the system colors, as defined in the user's control panel settings and by constants listed in the object library of the object browser.
See Also
Previous | Next |