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 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:
IReadOnlyListWindowPropertyA list of properties.
See Also