SystemImageListDestroyIcon Method |
Destroys the icon referenced by hIcon.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: SystemIntPtr
The icon handle.
Return Value
Type:
BooleanTrue if it succeeds, false if it fails.
See Also