WebToolbar.ButtonDisabledStyle
From Xojo Documentation
Property (As WebStyle )
aWebToolbar.ButtonDisabledStyle = newWebStyleValue
or
WebStyleValue = aWebToolbar.ButtonDisabledStyle
New in 2011r2>
Supported for all project types and targets.
or
WebStyleValue = aWebToolbar.ButtonDisabledStyle
New in 2011r2>
Supported for all project types and targets.
[[Category:New2011r2>]]
The style used for WebToolbarButton and WebToolbarMenu items that are disabled and not toggled.
Example
This code in the Open event handler of the toolbar sets the disabled style using a predefined style in your project:
Me.ButtonDisabledStyle = FontItalicStyle