Professional > Interview scripting > Writing interview scripts > Page layout facilities > Default styles > Default styles for navigation buttons
 
Default styles for navigation buttons
To specify default styles for navigation buttons, put this statement in the routing section of the script:
IOM.DefaultStyles.Navigation.property = value
where:
property is the name of the property you want to specify.
value is the value of the property.
For a full list of properties that can be set in this way, see Styles and to IStyle in the Interview Object Model.
To set default styles for the text displayed on navigation buttons, see Default styles for text.
Example
This statement displays buttons with green borders:
IOM.DefaultStyles.Navigation.Cell.BorderColor = "green"
This statement displays the label texts in bold:
IOM.DefaultStyles.Navigation.Font.Effects = FontEffects.feBold
See also
Default styles