Hi,
Ii need to change the text style in BarButton. Is it possible to put it, for example in different font, bold, text size?
Thank you!
best regards
Ii need to change the text style in BarButton. Is it possible to put it, for example in different font, bold, text size?
B4X:
Dim newButton As BarButton
newButton.InitializeText("Hello", "hello")
Thank you!
best regards