You are here: Start » AVL.NET » AVL.DebugPreviewWaitForWindowsClose

AVL.DebugPreviewWaitForWindowsClose

Waits until user closes all active debug windows.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DebugPreviewWaitForWindowsClose()

Description

This function will block until the user closes all active preview windows, or until the debug preview subsystem is terminated by an other thread. During the waiting period all preview windows remain responsive.

This function will not invalidate any window state objects.

See also