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.
This method sets the menu associated with a specified window.
static void WINAPI SetAssociatedMenu_I(HWND hwndThis,HMENU hmenu);
Parameters
- hwndThis
[in] Handle to the window. - hmenu
[in] Handle to the menu that you want to associate with the window.
Return Values
None.
Remarks
This association determines the menu that receives ALT keystrokes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.
Send Feedback on this topic to the authors