ImmutableObjectAttribute(Boolean) Constructor

Definition

Initializes a new instance of the ImmutableObjectAttribute class.

public:
 ImmutableObjectAttribute(bool immutable);
public ImmutableObjectAttribute (bool immutable);
new System.ComponentModel.ImmutableObjectAttribute : bool -> System.ComponentModel.ImmutableObjectAttribute
Public Sub New (immutable As Boolean)

Parameters

immutable
Boolean

true if the object is immutable; otherwise, false.

Remarks

This attribute is typically used in the Properties window to determine whether to render an expandable object as read-only.

Applies to