MediaCollectionItem.AllowSeekForward Property
Gets a value that indicates whether the user is allowed to use the seek slider to move to a later point (skip forward or frame step forward) during playback of the current item.
Syntax
public override bool AllowSeekForward {get;}
Property Value
System.Boolean. If true, the user is allowed to seek to a later point during playback of the current item; otherwise, false.
This property is read-only.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also