Share

AcApStatusBar::CloseAllBubbleWindows

C++

virtual BOOL CloseAllBubbleWindows(
    AcTrayItem* pTrayItem
) = 0;

Description

This function closes all open bubble windows associated with a tray item.

This function returns true when the function succeeds, even if there are no bubble windows currently displayed for the tray item. If there are bubble windows displayed for the tray item and an AcTrayItemBubbleWindowsControl callback function has been specified for the bubble window, the AcTrayItemBubbleWindowControl::BUBBLE_WINDOW_CLOSE return code will be returned through the callback function when the bubble window is closed.

Parameters

Parameters Description
pTrayItem Input pointer to an AcTrayItem object whose bubble windows will be closed

Links

AcApStatusBar

Was this information helpful?