Share via


IListMakerApp.ShowRemainingCapacity Property

Gets a value that indicates whether the status message should reflect the capacity of, or space remaining on, the CD or DVD.

Syntax

public bool ShowRemainingCapacity {get;}

Property Value

System.Boolean. It is true if the status message should reflect remaining space, and false if it should reflect the capacity.

This property is read-only.

Remarks

Windows Media Center uses this property in conjunction with the ShowCapacityAsPercentage and CapacityFormat properties to create the final status message. For example, setting the ShowRemainingCapacity property to true, ShowCapacityAsPercentage to false and CapacityFormat to Bytes would result in a message such as "512 Mb Remaining".

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also