Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.5 KB

playlist-moveselectedup.md

File metadata and controls

64 lines (37 loc) · 1.5 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ms.custom
PLAYLIST.moveSelectedUp
The moveSelectedUp method moves the selected item up one position in the list.
2d942cb8-b09d-486a-80a5-fac9f172cef3
PLAYLIST.moveSelectedUp Windows Media Player
apiref
PLAYLIST.moveSelectedUp
NA
reference
4/26/2023
UpdateFrequency5

PLAYLIST.moveSelectedUp

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The moveSelectedUp method moves the selected item up one position in the list.

        elementID.moveSelectedUp()

Parameters

This method has no parameters.

Return Value

This method does not return a value.

Requirements

Requirement Value
Version
Windows Media Player version 7.0 or later

See also

PLAYLIST Element

PLAYLIST.moveSelectedDown