NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.GetUnwrappedObject

[To be supplied.]

[Visual Basic]
Public Function GetUnwrappedObject( _
   ByVal index As Integer _
) As Object
[C#]
public object GetUnwrappedObject(
   int index
);
[C++]
public: Object* GetUnwrappedObject(
   int index
);
[JScript]
public function GetUnwrappedObject(
   index : int
) : Object;

Parameters

index
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace