Exemplo n.º 1
0
 public override void Refresh()
 {
     if (bShowCustomPropertiesSet)
     {
         base.SelectedObjects = (object[])oCustomPropertyCollectionSet.ToArray();
     }
     base.Refresh();
     if (bAutoSizeProperties)
     {
         AutoSizeSplitter();
     }
 }