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.
Removes a task from a task group.
BOOL RemoveTask(
    int nGroup,
    int nTask,
    BOOL bRedraw = TRUE
);
Parameters
- [in] nGroup 
 Specifies the zero-based index of the task group that contains the task to remove.
- [in] nTask 
 Specifies the zero-based index of the task to remove.
- [in] bRedraw 
 TRUE to redraw the task pane; otherwise, FALSE.
Return Value
TRUE if the function succeeds; FALSE if nGroup or nTask is invalid.
Requirements
Header: afxTasksPane.h