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 );
PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace