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

Clears the tabs of the given scope or smaller. tabScope must be PropertyTabScope.Component or PropertyTabScope.Document.

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

Parameters

tabScope
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace