Property Value
Remarks
When true, WebMenu will automatically generate code to register its OnLoad and OnResize client-side event handlers using JavaScript techniques that allow the greatest cooperation with other controls on the page.
When false, WebMenu's event handling code is not generated automatically and it will be up to the developer to use the GenerateOnResizeEvent and GenerateOnLoadEvent methods to retrieve the event handlers as strings and wire them up to the page's window object.
Note that this property is not available via the WebMenu Studio IDE. If using WebMenu Studio to configure the object, the InsertHandlers property can be set via code immediately after using LoadState to load the .WMS file.