NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTab.CreatePropertyExtenders

[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;

Parameters

component
[To be supplied.]
propertyToExtend
[To be supplied.]
attributes
[To be supplied.]

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace