[To be supplied.]
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute())
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute[]);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute[]);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute[]);
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object);
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute);
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute);
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute);
Creates a new inherited property descriptor.
[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);
InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace