DekGenius.com
[ Team LiB ] Previous Section Next Section

PropertyGrid.PropertyTabCollection

System.Windows.Forms (system.windows.forms.dll)class

This class represents the collection of System.Windows.Forms.Design.PropertyTab objects being displayed by the PropertyGrid.

public class PropertyGrid.PropertyTabCollection : ICollection, IEnumerable {
// Public Instance Properties
   public int Count{get; }
// implements ICollection
   public PropertyTab this{get; }
// Public Instance Methods
   public void AddTabType(Type propertyTabType);
   public void AddTabType(Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope);
   public void Clear(System.ComponentModel.PropertyTabScope tabScope);
   public IEnumerator GetEnumerator();  // implements IEnumerable
   public void RemoveTabType(Type propertyTabType);
}
    [ Team LiB ] Previous Section Next Section