ServerView.ShowProperties Method

The ServerView.ShowProperties method 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

© 1996-1998 Microsoft Corporation. All rights reserved.