WindowsUtilitiesEnumerateProperties Method |
Enumerates all entries in the property list of a window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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