[To be supplied.]
[Visual Basic] Public Sub New( _ ByVal classType As Type, _ ByVal propertyToExtend As PropertyDescriptor, _ ByVal provider As IExtenderProvider, _ ByVal propertyToWrap As PropertyDescriptor _ ) [C#] public PropertyTab.ExtendedDescriptorPropertyDescriptor( Type classType, PropertyDescriptor propertyToExtend, IExtenderProvider provider, PropertyDescriptor propertyToWrap ); [C++] public: PropertyTab.ExtendedDescriptorPropertyDescriptor( Type* classType, PropertyDescriptor* propertyToExtend, IExtenderProvider* provider, PropertyDescriptor* propertyToWrap ); [JScript] public function PropertyTab.ExtendedDescriptorPropertyDescriptor( classType : Type, propertyToExtend : PropertyDescriptor, provider : IExtenderProvider, propertyToWrap : PropertyDescriptor );
PropertyTab.ExtendedDescriptorPropertyDescriptor Class | PropertyTab.ExtendedDescriptorPropertyDescriptor Members | System.WinForms.Design Namespace