Udostępnij za pośrednictwem


CMFCCustomizeButton::IsMenuRightAlign

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

Concepts

MFC Hierarchy Chart

Reference

CMFCCustomizeButton Class

CMFCCustomizeButton::SetMenuRightAlign