Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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