WebToolbar.ButtonStyle
From Xojo Documentation
Property (As WebStyle )
This property is only available for Web applications. |
aWebToolbar.ButtonStyle = newWebStyleValue
or
WebStyleValue = aWebToolbar.ButtonStyle
New in 2011r2>
Supported for all project types and targets.
or
WebStyleValue = aWebToolbar.ButtonStyle
New in 2011r2>
Supported for all project types and targets.
[[Category:New2011r2>]]
The style used for WebToolbarButton and WebToolbarMenu items that are not 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.ButtonStyle = FontColorBlueStyle