CreatePanel
Creates a MenuPanel from a MenuStyle. Panels are used for drawing raw
menus without any extra helper functions. The Handle must be closed
with CloseHandle().
native Panel CreatePanel(Handle hStyle = INVALID_HANDLE)Parameters
MenuStyle Handle, or INVALID_HANDLE to use the default style.
Return Value
Panel A new MenuPanel Handle.Error
Invalid Handle other than INVALID_HANDLE.