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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<View> DialogWindows { get; }

Property Value

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