WebToolbar.ToggledStyle

From Xojo Documentation

Property (As WebStyle )
aWebToolbar.ToggledStyle = newWebStyleValue
or
WebStyleValue = aWebToolbar.ToggledStyle

New in 2011r2

Supported for all project types and targets.

The style used for WebToolbarButton and WebToolbarMenu items that are toggled.

Example

This code in the Open event handler of the toolbar uses a predefined project style to set the button text to blue:

Me.ToggledStyle = FontColorBlueStyle