Hello friends.
How should I change the color and font of B4AMenuItem?
This code does not work!!
Thank you.
How should I change the color and font of B4AMenuItem?
This code does not work!!
B4X:
Dim cs As CSBuilder
cs.Initialize.Color(CodeModule.intcolor).Typeface(CodeModule.font).Bold.Append("Menu").PopAll
menuitem=B4XPages.AddMenuItem(Me,cs)
Thank you.