Share via


Choice.PreviousValue Method

Changes the selected option to the previous one in the Options list.

Overload List

  public void PreviousValue();
public void PreviousValue(
  bool  
  allowWrap
);

Parameters

allowWrap

System.Booleantrue to allow wrapping if the selected option is at the beginning of the list; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also