Click or drag to resize

Win32WindowParent Property

Gets this window's parent window, if any.

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

Property Value

Type: Win32Window
The parent window or null.
See Also