This document is archived and information here might be outdated. Recommended version. |
Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed.
[Visual Basic .NET] Public Function EditProperties ( _ ByVal objects As ISet, _ ByVal hWnd As Integer _ ) As Boolean
[C#] public bool EditProperties ( ISet objects, int hWnd );