class MergablePropertyAttribute

in global :: System . ComponentModel

Specifies that this property can be combined with properties belonging to other objects in a Properties window.


public MergablePropertyAttribute( bool allowMerge )

Initializes a new instance of the class.

  • allowMerge if this property can be combined with properties belonging to other objects in a Properties window; otherwise, .

public bool AllowMerge { get; }

Gets a value indicating whether this property can be combined with properties belonging to other objects in a Properties window.

  • Returns if this property can be combined with properties belonging to other objects in a Properties window; otherwise, .

public static MergablePropertyAttribute Default

Specifies the default value, which is , that is a property can be combined with properties belonging to other objects in a Properties window. This field is read-only.

public bool Equals( object obj )

Indicates whether this instance and a specified object are equal.

  • obj Another object to compare to.
  • Returns if is equal to this instance; otherwise, .

public static MergablePropertyAttribute No

Specifies that a property cannot be combined with properties belonging to other objects in a Properties window. This field is read-only.

public static MergablePropertyAttribute Yes

Specifies that a property can be combined with properties belonging to other objects in a Properties window. This field is read-only.

public int GetHashCode( )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.