Home > Software engineering >  MFC menu all turn
MFC menu all turn

Time:09-26

Nonsense, look at the picture... Heart ah, not set reverse properties (no)

Ah...

CodePudding user response:

Select the MFT_RIGHTORDER attribute?

CodePudding user response:

MENUITEMINFO
The MENUITEMINFO structure contains information about a menu item.

Typedef struct tagMENUITEMINFO {
UINT cbSize;
UINT fMask;
UINT fType;
UINT fState;
UINT wID.
HMENU hSubMenu;
HBITMAP hbmpChecked;
HBITMAP hbmpUnchecked;
DWORD dwItemData;
LPTSTR dwTypeData;
UINT CCH.
} MENUITEMINFO, FAR * LPMENUITEMINFO;

MFT_RIGHTORDER Windows 95, Windows NT 5.0 and later: Specifies that menus cascade right - to - left (the default is left - to - right). This is 2 support right - to - left languages, to as Arabic and Hebrew. `

CodePudding user response:

reference 1st floor zgl7903 response:
select the MFT_RIGHTORDER attribute?
should be the problem
  • Related