Share via


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

See Also

Reference

CMFCBaseTabCtrl Class

Hierarchy Chart