CMFCBaseTabCtrl::SetDrawNoPrefix
Enables and disables the processing of prefix characters in tab labels.
void SetDrawNoPrefix(
BOOL bNoPrefix,
BOOL bRedraw = TRUE
);
Parameters
[in] bNoPrefix
TRUE if you want to process prefix characters; otherwise FALSE.[in] bRedraw
TRUE if you want to redraw the tabbed window; otherwise FALSE.
Remarks
A prefix character is a mnemonic character that is preceded by an ampersand (&).
Requirements
Header: afxbasetabctrl.h