Windows Media Player 11 SDK LISTBOX.popUpĀ 

Windows Media Player SDK banner art

Previous Next

LISTBOX.popUp

The popUp attribute specifies a value indicating whether the element represents a popup or list box control.

Syntax

  

Possible Values

This attribute is a Boolean specified at design time only.

Value Description
true The element represents a popup control.
false The element represents a list box control.

Remarks

The POPUP element represents a list box control that is displayed only when needed. It is identical to the LISTBOX element except for the default value of this attribute, which changes the display behavior. For LISTBOX elements, the default value is false. For POPUP elements, the default value is true. Instead of specifying this attribute, the LISTBOX or POPUP element should be used to according to the desired behavior.

Requirements

Windows Media Player for Windows XP or later.

See Also

Previous Next