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