Theater SDK Banner 

Art
[Previous][Next]

TitleView.Rename Method

Renames a title.

Syntax

TitleView.Rename( Selection, NewTitleName )

Parameters

Selection

A Long value specifying the index of the title to be renamed.

NewTitleName

A String containing the new title name.

Remarks

To obtain the value of a particular selection, use the CurrentSelection property, or the Selection parameter of the OnSelectionChanged event. To invoke this method on the current selection, specify -1

To display a dialog box for renaming a title, specify an empty string for the NewTitleName parameter, as shown in the following example:

TitleView1.Rename -1, ""

See Also

OnTitleRename

[Previous][Next]



© 1996-1998 Microsoft Corporation. All rights reserved