How we hide menu button from form

How we hide Menu button from form

 onload (frm) {
     $(".menu-btn-group").hide();
 }
1 Like