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 or disables word wrapping for the text in labels.
void EnableWrapLabels(
BOOL bEnable = TRUE
);
Parameters
- [in] bEnable
TRUE to wrap the text in labels that appear on the task pane; otherwise, FALSE.
Remarks
By default, the framework does not wrap the text in labels. When word wrapping is enabled, the text in labels can appear in multiple lines. The label can include line breaking markers such as \n and the underline marker &.
Requirements
Header: afxTasksPane.h