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