The OnMenuBarClick property returns/sets a custom client-side event handler for the MenuBar button.

Property Value

The client-side OnMenuBarClick event handler string.

Remarks

OnMenuBarClick only applies to the root Groups.

Sets a client-side event handler for the MenuBar button. (example: OnMenuBarClick="MyClickHandler();").

If you do not want any other internal WebMenu processing to occur with the button is clicked, end your statement with 'return false;'.

Default: Empty String


Copyright © Coalesys, Inc.