Share via


IListMakerApp.CreatePageTitle Property

Gets the string that Windows Media Center uses as the title of the CD or DVD creation page.

Syntax

public string CreatePageTitle {get;}

Property Value

System.String. Contains the title string.

This property is read-only.

Remarks

If this property is null, Windows Media Center uses the default title string on the list creation page ("Name this CD" or "Name this 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 title string, be sure the CreatePageTitle 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