Click or drag to resize

CustomNonClientAreaBehaviorSetDisableGlassFrame Method

Sets the value indicating if the glass frame using DWM composition for this window should be disabled.

Namespace:  TomsToolbox.Wpf.Interactivity
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetDisableGlassFrame(
	Window window,
	bool value
)

Parameters

window
Type: System.WindowsWindow
The window.
value
Type: SystemBoolean
if set to true the glass frame is disabled.
See Also