Exemplo n.º 1
0
 public void Clear(PropertyTabScope tabScope)
 {
     if (_ownerPropertyGrid is null)
     {
         throw new InvalidOperationException(SR.PropertyGridPropertyTabCollectionReadOnly);
     }
     _ownerPropertyGrid.ClearTabs(tabScope);
 }