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.SaveState

[To be supplied.]

[Visual Basic]
Public Sub SaveState( _
   ByVal optRoot As RegistryKey _
)
[C#]
public void SaveState(
   RegistryKey optRoot
);
[C++]
public: void SaveState(
   RegistryKey* optRoot
);
[JScript]
public function SaveState(
   optRoot : RegistryKey
);

Parameters

optRoot
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace