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

Refreshes the tabs of the given scope by deleting them and requerying objects and documents for them.

[Visual Basic]
Public Sub RefreshTabs( _
   ByVal tabScope As PropertyTabScope _
)
[C#]
public void RefreshTabs(
   PropertyTabScope tabScope
);
[C++]
public: void RefreshTabs(
   PropertyTabScope tabScope
);
[JScript]
public function RefreshTabs(
   tabScope : PropertyTabScope
);

Parameters

tabScope
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace