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.
The framework calls this method when it draws a border around a group on a CMFCTasksPane Class.
virtual void OnDrawTasksGroupAreaBorder(
CDC* pDC,
CRect rect,
BOOL bSpecial = FALSE,
BOOL bNoTitle = FALSE
);
Parameters
[in] pDC
A pointer to a device context.[in] rect
A rectangle that specifies the boundaries of the group area on the task pane.[in] bSpecial
A Boolean parameter that specifies if the border is highlighted. A value of TRUE indicates that the border is highlighted.[in] bNoTitle
A Boolean parameter that specifies whether the group area has a title. A value of TRUE indicates that the group area does not have a title.
Remarks
Override this function in a derived class to customize the border around a group area on the task pane.
Requirements
Header: afxvisualmanager.h