Click or drag to resize

Win32WindowClassName Property

Gets the name of the class to which this window belongs.

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

Property Value

Type: String
The the name of the class to which this window belongs.
See Also