Annc.Title

[This is preliminary documentation and subject to change.]

The Title property specifies the title of the enhancement.

Syntax

object.Title [ = sTitle ]
 

Parts

object
Object expression that resolves to an Annc object.
sTitle
String that contains the title of the enhancement. The default value is an empty string.

Remarks

You must set a value for Title. Otherwise the announcement file created by Annc.Store will not be valid.

The Title property stores the title of the enhancement. This is typically different from the name of the show itself. The name of the show being enhanced is stored in Annc.ShowName.

The value of the Title property is used as the title of the enhancement in any user interface specifying the enhancement.

Examples

The following example sets a title for the interactive version of the show. The noninteractive show name is stored in Annc.ShowName.

ann.ShowName = "Time & Again Interactive"
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.ShowName