Win32WindowRemoveProperty Method |
Removes an entry from the property list of this window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr RemoveProperty(
string name
)
Parameters
- name
- Type: SystemString
The property name.
Return Value
Type:
IntPtrThe associated data handle or IntPtr.Zero.
See Also