Share via


IListMakerApp.PageTitle Property

Gets the string that Windows Media Center places in the upper-right corner of CD/DVD creation pages.

Syntax

public string PageTitle {get;}

Property Value

System.String. The page title string.

This property is read-only.

Remarks

If this property is null, Windows Media Center uses the default page-title string ("create cd" or "create dvd", depending on the recording medium). Windows Media Center provides a string that is localized for the current locale. If your application uses a custom page-title string, be sure the PageTitle property provides an appropriately localized version of the string.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also