CMFCButton::EnableFullTextTooltip

Specifies whether to display the full text of a tooltip in a large tooltip window or a truncated version of the text in a small tooltip window.

void EnableFullTextTooltip(
   BOOL bOn=TRUE 
);

Parameters

  • [in] bOn
    TRUE to display all of the text; FALSE to display truncated text.

Requirements

Header: afxbutton.h

See Also

Reference

CMFCButton Class

Hierarchy Chart