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.
Specifies the alignment of the button text.
AlignStyle m_nAlignStyle;
Remarks
Use one of the following CMFCButton::AlignStyle enumeration values to specify the alignment of the button text:
Value |
Description |
---|---|
ALIGN_CENTER |
(Default) Aligns the button text to the center of the button. |
ALIGN_LEFT |
Aligns the button text to the left side of the button. |
ALIGN_RIGHT |
Aligns the button text to the right side of the button. |
The CMFCButton constructor initializes this member to ALIGN_CENTER.
Requirements
Header: afxbutton.h