March 2003
Intermediate to advanced
896 pages
32h 35m
English
PropertyGrid.PropertyTabCollection
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); }
Read now
Unlock full access