Property IsSealed
IsSealed
Indicates whether or not this object is in a Read-Only state; when in a Read-Only state, SetValue is not permitted, though the effective value for a property may change.
[Browsable(false)]
public bool IsSealed { get; }
Indicates whether or not this object is in a Read-Only state; when in a Read-Only state, SetValue is not permitted, though the effective value for a property may change.
[Browsable(false)]
public bool IsSealed { get; }