[To be supplied.]
[Visual Basic] Overridable Protected Function CreatePropertyExtenders( _ ByVal component As Object, _ ByVal propertyToExtend As PropertyDescriptor, _ ByVal attributes() As MemberAttribute _ ) As PropertyDescriptorCollection [C#] protected virtual PropertyDescriptorCollection CreatePropertyExtenders( object component, PropertyDescriptor propertyToExtend, MemberAttribute[] attributes ); [C++] protected: virtual PropertyDescriptorCollection* CreatePropertyExtenders( Object* component, PropertyDescriptor* propertyToExtend, MemberAttribute* attributes[] ); [JScript] protected function CreatePropertyExtenders( component : Object, propertyToExtend : PropertyDescriptor, attributes : MemberAttribute[] ) : PropertyDescriptorCollection;
PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace