WindowsUtilities.EnumerateProperties 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
Syntaxpublic static IReadOnlyList<WindowProperty> EnumerateProperties(
IntPtr handle
)
Parameters
- handle
- Type: System.IntPtr
A handle to the window whose property list is to be enumerated.
Return Value
Type:
IReadOnlyList<WindowProperty>A list of properties.
See Also