BCGControlBar Pro for MFC
void CBCGPPopupMenu::SetRightAlign ( BOOL  bRightAlign = TRUE)
inline

Sets the menu alignment.

Use this function to change the menu alignment. The default alignment is left. Setting right alignment may be useful for applications with right-to-left reading order.

Parameters
bRightAlignSpecifies the menu alignment. If TRUE - right alignment, if FALSE - left alignment.