CMFCTasksPane::ShowTaskByCmdId
Affiche ou masque une tâche en fonction de son ID de commande
BOOL ShowTaskByCmdId(
UINT uiCommandID,
BOOL bShow = TRUE,
BOOL bRedraw = TRUE
);
Paramètres
[in] uiCommandID
Spécifie l'ID de la tâche pour afficher ou masquer.[in] bShow
TRUE pour afficher la tâche ; FALSE pour masquer la tâche.[in] bRedraw
TRUE pour redessiner le volet de tâches ; sinon, FALSE.
Valeur de retour
TRUE si la tâche a été correctement affiché ou masqué ; FALSE si une tâche avec l'ID de commande spécifié n'existe pas.
Notes
Utilisez CMFCTasksPane::ShowTask pour afficher ou masquer une tâche en fonction de son ID de commande
Configuration requise
en-tête : afxTasksPane.h