The TitleView.ShowProperties method shows the properties for a selection.
Syntax
TitleView.ShowProperties( selection )
Parameters
selection
A Long value specifying the index of the selected title. This value can be obtained from the CurrentSelection property, or the selection parameter of the OnSelectionChanged Event.
Remarks
To show the properties for the current selection, specify –1 or NST_CURRENT_SELECTION. This method can show properties for a client, title, title server, content server, and content server disk in the View control.
© 1996-1998 Microsoft Corporation. All rights reserved.