Method XbpMenuBar():getHWND() Foundation
Retrieves the handle of a menubar
:getHWND() --> hWND
The method returns a numeric value with the operating system handle of the menubar.
The handle returned cannot be used on the Xbase++ language level. It is necessary for calling system API functions which require the handle of a menubar as a parameter.
On Windows platforms, method :getHWND() returns an operating system handle of type HMENU.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.