Click or drag to resize

Win32WindowProcess Property

Gets the process that created the window.

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

Property Value

Type: Process
The process or null if it couldn't be retrieved.
See Also