Skip to content

UnsafeNativeMethods.IsWindowHasBackdrop(nint, WindowBackdropType) method

Defined in

Type: UnsafeNativeMethods Namespace: CrissCross.WPF.UI.Interop Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public static bool IsWindowHasBackdrop(nint handle, WindowBackdropType backdropType)

Summary: Tries to determine whether the provided Window has applied legacy backdrop effect.

Parameters

NameTypeDescription
handlenintWindow handle.
backdropType[WindowBackdropType](#Background backdrop type.

Returns: bool