IValueRange Interface

Provides base functionality for a value set.

  public interface IValueRange : IModelItem, IPropertyObject, IModelItemOwner

Public Instance Methods

Method Description
NextValue Increases the value by one increment.
PreviousValue Decreases the value by one decrement.

Public Instance Properties

Property Description
HasNextValue Gets a value that indicates whether a call to the NextValue method will succeed.
HasPreviousValue Gets a value that indicates whether a call to the PreviousValue method will succeed.
Value Gets the current value.

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