Freezable.Freeze Method
.NET Framework 4
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Freeze() | Makes the current object unmodifiable and sets its IsFrozen property to true. |
|
Freeze(Freezable, Boolean) | If the isChecking parameter is true, this method indicates whether the specified Freezable can be made unmodifiable. If the isChecking parameter is false, this method attempts to make the specified Freezable unmodifiable and indicates whether the operation succeeded. |