'KCMLRemoveNotifyIcon(id)

Remove a notification bubble.

Arguments

INT()id[in] Notification id.

Returns

This function returns TRUE on success, or FALSE on failure.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'KCMLRemoveNotifyIcon(INT())

Remarks

This function adds a message to the notification area. KCMLRemoveNotifyIcon must be called to remove the notification before it can be shown again.

Example

DIM MyID = 1
REM Add the notification
'KCMLAddNotifyIcon(MyId, "Title", "Some message text", _NIIF_INFO)
REM remove the notification
'KCMLRemoveNotifyIcon(MyId)

Further Information

IntroducedKCML 5.00
CompatibilityBrowser Client
KClient

See Also

KCMLAddNotifyIcon, KCMLDeferHiddenControls, KCMLDlgMessageBox, KCMLEnableBufferKeys, KCMLEnableDropdownPreFill, KCMLEnableModalPopups, KCMLForceChromium, KCMLGetBufferKeys, KCMLGetChromiumShimVersion, KCMLGetChromiumVersion, GetLocalTime, KCMLGetWindow, KCMLHideErrorDialogs, KCMLHookIEOCX, MessageBox, KCMLSetBrowserDebugPort, KCMLSetBufferKeyBreakKey, KCMLSetBufferKeyTimeout, KCMLSetBufferKeys, KCMLSetCenturyThreshold, KCMLSetChromiumAcceptLang, KCMLSetDollarConvert, KCMLSetHTMLCtrlRelativeURL, KCMLSetTitleTemplate, KCMLTouchScreenMode

Index of internal $DECLARE functions