Works like a "fast" SetMenuStrip() as it doesn't check Menu or calculate internal values before attaching the Menu to the Window. Use this function only if the Menu has been added before by SetMenuStrip() and you changed nothing in the struct except CHECKED and ITEMENABLED flags.
INPUTS
window
The window to add the MenuStrip to
menu
The menu to be added to the window above.
RESULT
Always TRUE.
EXAMPLE
SEE ALSO
SetMenuStrip(), ClearMenuStrip()
NOTES
Yes, I do repeat it again: Use this function only if the Menu has been added before by SetMenuStrip() and you changed nothing in the struct except CHECKED and ITEMENABLED flags.