Click or drag to resize

ViewDialogWindows Property

Gets all view/windows opened in dialog boxes (like Common Dialogs or others), when a ShellBoost Namespace Extension view is visible in these dialog boxes.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IEnumerable<View> DialogWindows { get; }

Property Value

Type: IEnumerableView
The windows opened in other dialogs.
See Also