Share via


CMFCCustomizeButton::IsMenuRightAlign

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether the menu is right-aligned or left-aligned.

BOOL IsMenuRightAlign() const;

Return Value

Nonzero if the menu is right-aligned; otherwise FALSE.

Remarks

Use this function to determine the menu alignment. You can set the menu alignment by using the CMFCCustomizeButton::SetMenuRightAlign method. The default alignment is right.

Requirements

Header: afxcustomizebutton.h

See Also

Reference

CMFCCustomizeButton Class

CMFCCustomizeButton::SetMenuRightAlign

Other Resources

MFC Hierarchy Chart