EventsTab

EventsTab

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

This class implements a PropertyTab (for a System.Windows.Forms.PropertyGrid ) that can be used to list and bind to events. You will be familiar with this control from the Visual Studio .NET designer environment.

 public class  EventsTab  : PropertyTab {  // Public Constructors  public  EventsTab  (IServiceProvider  sp  );  // Public Instance Properties  public override string  HelpKeyword  {get; }  // overrides PropertyTab  public override string  TabName  {get; }  // overrides PropertyTab   // Public Instance Methods   // overrides PropertyTab   // overrides PropertyTab  public override PropertyDescriptorCollection  GetProperties  (System.ComponentModel.ITypeDescriptorContext  context  ,         object  component  , Attribute[ ]  attributes  );  // overrides PropertyTab  public override PropertyDescriptorCollection  GetProperties  (object  component  ,  // overrides PropertyTab  } 

Hierarchy

System.Object PropertyTab(System.ComponentModel.IExtenderProvider) EventsTab



. 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