Choice.NextValue Method

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

Overload List

  public void NextValue();
public void NextValue(
  bool  
  allowWrap
);

Parameters

allowWrap

System.Booleantrue to allow wrapping if the selected option is at the end 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