Windows Media Player SDK banner art
PreviousNext

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

elementID.showBackground

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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.