The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Freezable::CanFreeze Property
.NET Framework (current version)
Gets a value that indicates whether the object can be made unmodifiable.
Assembly: WindowsBase (in WindowsBase.dll)
Property Value
Type: System::Booleantrue if the current object can be made unmodifiable or is already unmodifiable; otherwise, false.
Notes to Inheritors:
This method implementation uses the FreezeCore method with isChecking set to true to determine whether a Freezable can be made unmodifiable. To modify the way this property behaves in a derived class, override the FreezeCore method.
.NET Framework
Available since 3.0
Available since 3.0
Show: