Windows Media Player 11 SDK VIEW.sizeĀ 

Windows Media Player SDK banner art

Previous Next

VIEW.size

The size method resizes the VIEW on a specified edge.

Syntax

  

Parameters

  handle

String specifying the edge or corner to move when sizing. This string must have one of the following eight values.

Edge Corner
top topright
right bottomright
bottom bottomleft
left topleft

Return Values

This method does not return a value.

Example

  

Remarks

This method is typically called from within an onmousedown handler. It takes care of resizing while the mouse is dragged and stops resizing when the mouse button is released. If the size of the VIEW is restricted, you cannot drag the mouse to resize the View beyond the restricted bounds.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next