class System.Windows.Forms.Design.PropertyTab
   inherits System.Object
   implements System.ComponentModel.IExtenderProvider
   abstract:

   def public property Bitmap as System.Drawing.Bitmap
      get.

   def public property Components as System.Object extent
      get.
      set.

   def public abstract property TabName as character
      get.

   def public property HelpKeyword as character
      get.

   constructor protected PropertyTab():
   end constructor.

   method protected final override void Finalize():
   end method.

   method public logical CanExtend(input extendee as System.Object):
   end method.

   method public final void Dispose():
   end method.

   method protected final void Dispose(input disposing as logical):
   end method.

   method public System.ComponentModel.PropertyDescriptor GetDefaultProperty(input component as System.Object):
   end method.

   method public System.ComponentModel.PropertyDescriptorCollection GetProperties(input component as System.Object):
   end method.

   method public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties(input component as System.Object, input attributes as System.Attribute extent).

   method public System.ComponentModel.PropertyDescriptorCollection GetProperties(input context as System.ComponentModel.ITypeDescriptorContext, input component as System.Object, input attributes as System.Attribute extent):
   end method.

end class.
