WebToolbar.ItemStyle
From Xojo Documentation
Property (As WebStyle )
aWebToolbar.ItemStyle = newWebStyleValue
or
WebStyleValue = aWebToolbar.ItemStyle
New in 2011r2
Supported for all project types and targets.
or
WebStyleValue = aWebToolbar.ItemStyle
New in 2011r2
Supported for all project types and targets.
The style used for all toolbar items.
Example
This code in the Open event handler of the toolbar uses a predefined project style to set the font to blue:
Me.ItemStyle = FontColorBlueStyle