Shows the properties for a selection.
Syntax
ServerView.ShowProperties( Selection )
Parameters
Selection
A Long value specifying the selection obtained by the CurrentSelection property or the OnSelectionChanged event.
Remarks
To obtain the value of a particular selection, use the CurrentSelection property or the OnSelectionChanged event. To invoke this method on the current selection, specify –1 or NST_CURRENT_SELECTION.
See Also
ClientView object, TitleView object
[Previous][Next]