CMFCDesktopAlertWnd::OnClickLinkButton

Called by the framework when the user clicks a link button located on the desktop alert menu.

virtual BOOL OnClickLinkButton(
    UINT uiCmdID
);

Parameters

  • [in] uiCmdID
    This parameter is not used.

Return Value

Always FALSE.

Remarks

Override this method in a derived class if you want to be notified when a user clicks the link on the alert window.

Requirements

Header: afxDesktopAlertWnd.h

See Also

Reference

CMFCDesktopAlertWnd Class

Hierarchy Chart