Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New( _ ByVal propertyDescriptor As PropertyDescriptor, _ ByVal component As Object, _ ByVal a1 As MemberAttribute, _ ByVal a2 As MemberAttribute _ ) [C#] public InheritedPropertyDescriptor( PropertyDescriptor propertyDescriptor, object component, MemberAttribute a1, MemberAttribute a2 ); [C++] public: InheritedPropertyDescriptor( PropertyDescriptor* propertyDescriptor, Object* component, MemberAttribute* a1, MemberAttribute* a2 ); [JScript] public function InheritedPropertyDescriptor( propertyDescriptor : PropertyDescriptor, component : Object, a1 : MemberAttribute, a2 : MemberAttribute );
InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace | InheritedPropertyDescriptor Constructor Overload List | PropertyDescriptor