SystemImageListDestroyIcon Method |
Destroys the icon referenced by hIcon.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool DestroyIcon(
IntPtr hIcon
)
Public Shared Function DestroyIcon (
hIcon As IntPtr
) As Boolean
public:
static bool DestroyIcon(
IntPtr hIcon
)
static member DestroyIcon :
hIcon : IntPtr -> bool
Parameters
- hIcon IntPtr
- The icon handle.
Return Value
BooleanTrue if it succeeds, false if it fails.
See Also