WindowParentingReleaseParent Method

Release the source window from its current parent window.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void ReleaseParent(
	bool throwOnInvalidSourceWindowHandle = false
)

Parameters

throwOnInvalidSourceWindowHandle  Boolean  (Optional)
If set to , throws an NullReferenceException if the source window handle specified in WindowHandle is invalid.

This can be useful if you need to detect whether the source window has been destroyed.

See Also