PropertyGrid::RefreshTabs Method (PropertyTabScope)
.NET Framework (current version)
Refreshes the property tabs of the specified scope.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- tabScope
-
Type:
System.ComponentModel::PropertyTabScope
Either the Component or Document value of PropertyTabScope.
| Exception | Condition |
|---|---|
| ArgumentException | The tabScope parameter is not the Component or Document value of PropertyTabScope. |
The RefreshTabs method first deletes the property tabs of the specified scope, it then requires the objects and documents to rebuild the tabs.
.NET Framework
Available since 1.1
Available since 1.1
Show: