Windows Media Player 11 SDK BUTTONGROUP.showBackground
Previous | Next |
BUTTONGROUP.showBackground
The showBackground attribute specifies or retrieves a value indicating whether the BUTTONGROUP displays only the buttons, or displays the full bitmap specified in the image attribute.
Syntax
Possible Values
This attribute is a read/write Boolean.
Value | Description |
true | Buttons are displayed and the area not occupied by buttons is drawn from the Image bitmap. |
false | Default. Only the buttons are displayed. |
Remarks
When showBackground is true, the entire main image will be visible.
When showBackground is false, only the areas corresponding to assigned mappingImage colors will be rendered. In other words, only BUTTONELEMENTs with their mappingColor assigned will be visible.
If an invalid value is specified, the previous state is maintained.
Requirements
Windows Media Player version 7.0 or later.
See Also
Previous | Next |