class RefreshPropertiesAttribute

in global :: System . ComponentModel

Indicates that the property grid should refresh when the associated property value changes. This class cannot be inherited.


public RefreshPropertiesAttribute( RefreshProperties refresh )

Initializes a new instance of the class.

  • refresh A value indicating the nature of the refresh.

public static RefreshPropertiesAttribute All

Indicates that all properties are queried again and refreshed if the property value is changed. This field is read-only.

public static RefreshPropertiesAttribute Default

Indicates that no other properties are refreshed if the property value is changed. This field is read-only.

public bool Equals( object obj )

Overrides the object's method.

  • value The object to test for equality.
  • Returns if the specified object is the same; otherwise, .

public RefreshProperties RefreshProperties { get; }

Gets the refresh properties for the member.

  • Returns A that indicates the current refresh properties for the member.

public static RefreshPropertiesAttribute Repaint

Indicates that all properties are repainted if the property value is changed. 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.