[To be supplied.]
[Visual Basic] Public Shared Function MergeAttributes( _ ByVal propertyToWrap As PropertyDescriptor, _ ByVal propertyToExtend As PropertyDescriptor _ ) As MemberAttribute () [C#] public static MemberAttribute[] MergeAttributes( PropertyDescriptor propertyToWrap, PropertyDescriptor propertyToExtend ); [C++] public: static MemberAttribute* MergeAttributes( PropertyDescriptor* propertyToWrap, PropertyDescriptor* propertyToExtend ) []; [JScript] public static function MergeAttributes( propertyToWrap : PropertyDescriptor, propertyToExtend : PropertyDescriptor ) : MemberAttribute[];
PropertyTab.ExtendedDescriptorPropertyDescriptor Class | PropertyTab.ExtendedDescriptorPropertyDescriptor Members | System.WinForms.Design Namespace