PyCWnd.GetMenu

PyCMenu = GetMenu()

Returns the menu object for the window's menu.

MFC References

CWnd::GetMenu

Return Value

The result is a PyMenu object, or an exception is thrown.