Windows Media Player SDK banner art
PreviousNext

Ambient Attributes

The ambient attributes and method are supported by all appropriate skin elements, except where noted.

The following attributes are ambient.

Attribute Description
clippingColor Specifies or retrieves the color to clip out from the clippingImage bitmap.
clippingImage Specifies or retrieves the region to clip the control to.
elementType Retrieves the type of the element (for instance, BUTTON).
enabled Specifies or retrieves a value indicating whether the control is enabled or disabled.
height Specifies or retrieves the height of the control.
horizontalAlignment Specifies or retrieves the horizontal alignment of the control when the VIEW or parent SUBVIEW is resized.
id Specifies or retrieves the identifier of a control. Can only be set at design time.
left Specifies or retrieves the left coordinate of the control.
passThrough Specifies or retrieves a value indicating whether the control will pass all mouse events through to the control under it.
tabStop Specifies or retrieves a value indicating whether the control will be in the tabbing order.
top Specifies or retrieves the top coordinate of the control.
verticalAlignment Specifies or retrieves the vertical alignment of the control when the VIEW or parent SUBVIEW is resized.
visible Specifies or retrieves the visibility of the control.
width Specifies or retrieves the width of the control.
zIndex Specifies or retrieves the order in which the control is rendered.

The following method is ambient.

Method Description
moveTo Moves the control.

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.