Click or drag to resize

Win32WindowRoot Property

Gets this window's root window, if any.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Win32Window Root { get; }

Property Value

Type: Win32Window
The root window or null.
See Also