Android Question How can I delete or hide a menu from a Activity

Roberto P.

Well-Known Member
Licensed User
Longtime User
How can I delete or hide a menu from a Activity, which I added programmativamente with: Activity.AddMenuItem3 ("", "mnuEdit" LoadBitmap (File.DirAssets, "ic_action_edit.png"), True).
In other words I have to see the menu only in some cases.
thanks
 

DonManfred

Expert
Licensed User
Longtime User
Cou cannot delete or hide the menu.
 
Upvote 0
Top