I use the createbarbuttons function call on the SideMenuController to create a button that look like three bars.
This works fine, but I wanted to add these to the layout in the designer, but could not find the same option when choosing button type. Am I missing something?
I have found a work around by adding them in code whenever I load a layout but was hoping for a neater solution.
Hi, omidaghakhani1368 - Thanks for the answer, but that list does not have an option for the "Bar" buttons which you can get with the side menu by calling CreateBarButtons on the SideMenuContoller object.
Erel, thanks again for your quick answer. Yes that is the way I am approaching it.