PropertyGrid.PropertyTabCollection

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


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net