NIM_DELETE top-level constant

  1. @Deprecated('Use NOTIFY_ICON_MESSAGE.NIM_DELETE instead')
int const NIM_DELETE

Deletes an icon from the status area. NOTIFYICONDATA structure pointed to by lpdata uses the ID originally assigned to the icon when it was added to the notification area (NIM_ADD) to identify the icon to be deleted.

Implementation

@Deprecated('Use NOTIFY_ICON_MESSAGE.NIM_DELETE instead')
const NIM_DELETE = 0x00000002;