Name

PropertyGrid.PropertyTabCollection

Synopsis

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);

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.