Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​MergablePropertyAttribute
Assembly: System.ComponentModel.Primitives
Inheritance: object → Attribute → MergablePropertyAttribute
Specifies that this property can be combined with properties belonging to other objects in a Properties window.
Fields and Constants
public static readonly
MergablePropertyAttribute
Default
Specifies the default value, which is <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" /> , that is a property can be combined with properties belonging to other objects in a Properties window. This <see langword="static" /> field is read-only.
public static readonly
MergablePropertyAttribute
No
Specifies that a property cannot be combined with properties belonging to other objects in a Properties window. This <see langword="static" /> field is read-only.
public static readonly
MergablePropertyAttribute
Yes
Specifies that a property can be combined with properties belonging to other objects in a Properties window. This <see langword="static" /> field is read-only.
Properties
public
bool
AllowMerge
Gets a value indicating whether this property can be combined with properties belonging to other objects in a Properties window.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Indicates whether this instance and a specified object are equal.
Returns <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" /> .
obj
Another object to compare to.
public
int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> .
public
bool
IsDefaultAttribute​()
Determines if this attribute is the default.
Returns <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object