CMFCButton::m_bDrawFocus

Indicates whether to draw a focus rectangle around a button.

BOOL m_bDrawFocus;

Remarks

Set the m_bDrawFocus member to TRUE to specify that the framework will draw a focus rectangle around the button's text and image if the button receives focus.

The CMFCButton constructor initializes this member to TRUE.

Requirements

Header: afxbutton.h

See Also

Reference

CMFCButton Class

Hierarchy Chart