Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the sidebar area on the control.
Documentation for this section has not yet been entered.
The Wizard.SideBarStyle property defines the appearance for the sidebar area on the System.Web.UI.WebControls.Wizard control. The Wizard.SideBarStyle property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the System.Web.UI.WebControls.Style class (for example, CancelButtonStyle-ForeColor). You can set a property programmatically in the form Property.Subproperty (for example, CancelButtonStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
The style settings for the Wizard.SideBarStyle property are merged with the style settings for the System.Web.UI.WebControls.Wizard control. Any settings that are applied in the Wizard.SideBarStyle property override the corresponding settings in the properties of the System.Web.UI.WebControls.Wizard control.
The height property for Wizard.SideBarStyle is ignored if the height is set to less than the height of the wizard. Values set for Wizard.NavigationStyle height and Wizard.HeaderStyle height add to the total height of the wizard. For example, if the Wizard height is set to 500px and Wizard.NavigationStyle height or Wizard.HeaderStyle height is set to 50px or 10%, then the total wizard height is 550px.
The following System.Web.UI.WebControls.Wizard style properties are overridden by Wizard.SideBarStyle settings: