B4J Question Change the font of the menubar by code

stevel05

Expert
Licensed User
Longtime User
Or
B4X:
Dim MBV As B4XView = MenuBar1
MBV.Font = fx.CreateFont("Georgia",12,False,False)

Requires XUI Views lib to be selected
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…