CWinApp::EnableTaskbarInteraction

Enables Taskbar interaction.

BOOL EnableTaskbarInteraction(
   BOOL bEnable = TRUE
);

Parameters

  • bEnable
    Specifies whether interaction with Windows 7 taskbar should be enabled (TRUE), or disabled (FALSE).

Return Value

Returns TRUE if taskbar interaction can be enabled or disabled.

Remarks

This method must be called before creation of main window, otherwise it asserts and returns FALSE.

Requirements

Header: afxwin.h

See Also

Reference

CWinApp Class