Click or drag to resize

WindowsUtilitiesEnumerateProperties Method

Enumerates all entries in the property list of a window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<WindowProperty> EnumerateProperties(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
A handle to the window whose property list is to be enumerated.

Return Value

Type: IReadOnlyListWindowProperty
A list of properties.
See Also