System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Object System.ComponentModel.IExtenderProvider The class provides the base class behavior for a property tab. Property tabs are displayed on the toolbar of the control of the Properties window, and allow a component to display different views of its properties or other data. User code will usually not create an instance of a directly. Instead, a that indicates the type of the property tab or property tabs to display for a component can be associated with the properties or types that the should be displayed for. The will instantiate a of the type specified by a associated with the type or property field of the component that is being browsed. Provides a base class for property tabs. Constructor To be added. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property System.Drawing.Bitmap To be added. To be added. Gets the bitmap that is displayed for the . 1.0.5000.0 2.0.0.0 Method System.Boolean To be added. Gets a value indicating whether this can display properties for the specified component. true if the object can be extended; otherwise, false. The object to test. 1.0.5000.0 2.0.0.0 Property System.Object[] To be added. To be added. Gets or sets the array of components the property tab is associated with. 1.0.5000.0 2.0.0.0 Method System.Void Call when you are finished using the . The method leaves the in an unusable state. After calling , you must release all references to the so the garbage collector can reclaim the memory that the was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method. Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed until the garbage collector calls the object's Finalize method. Releases all the resources used by the . 1.0.5000.0 2.0.0.0 Method System.Void This method is called by the public Dispose() method and the method. Dispose() invokes the protected Dispose(Boolean) method with the parameter set to true. invokes Dispose with set to false. When the parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the Dispose() method of each referenced object. Releases the unmanaged resources used by the and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Allows a to attempt to free resources and perform other cleanup operations before the is reclaimed by garbage collection. 1.0.5000.0 2.0.0.0 Method System.ComponentModel.PropertyDescriptor To be added. Gets the default property of the specified component. A that represents the default property. The component to retrieve the default property of. 1.0.5000.0 2.0.0.0 Method System.ComponentModel.PropertyDescriptorCollection To be added. Gets the properties of the specified component. A that contains the properties of the component. The component to retrieve the properties of. 1.0.5000.0 2.0.0.0 Method System.ComponentModel.PropertyDescriptorCollection To be added. Gets the properties of the specified component that match the specified attributes. A that contains the properties. The component to retrieve properties from. An array of type that indicates the attributes of the properties to retrieve. 1.0.5000.0 2.0.0.0 Method System.ComponentModel.PropertyDescriptorCollection To be added. Gets the properties of the specified component that match the specified attributes and context. A that contains the properties matching the specified context and attributes. An that indicates the context to retrieve properties from. The component to retrieve properties from. An array of type that indicates the attributes of the properties to retrieve. 1.0.5000.0 2.0.0.0 Property System.String To be added. By default, this is set to the tab name. Gets the Help keyword that is to be associated with this tab. 1.0.5000.0 2.0.0.0 Property System.String To be added. To be added. Gets the name for the property tab. 1.0.5000.0 2.0.0.0