Shows the properties of a selection.
Syntax
ClientView.ShowProperties( Selection )
Parameters
Selection
A Long value specifying the selection, obtained by the CurrentSelection property or the OnSelectionChanged event.
Remarks
To show the properties of 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 controls.
See Also
ClientView control, ServerView control, TitleView control
[Previous][Next]