DialogBase.DisableSafeWindowTargetHardeningCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether to disable SafeWindowTarget hardening check in the debug build. By default, DialogBase derived forms will check each and every child control to make sure it's hardened
protected:
virtual property bool DisableSafeWindowTargetHardeningCheck { bool get(); };
protected virtual bool DisableSafeWindowTargetHardeningCheck { get; }
member this.DisableSafeWindowTargetHardeningCheck : bool
Protected Overridable ReadOnly Property DisableSafeWindowTargetHardeningCheck As Boolean