Gets a reference to a collection of style properties that define the appearance of the Cancel button.
Documentation for this section has not yet been entered.
The Wizard.CancelButtonStyle property defines the appearance for the Cancel button on the System.Web.UI.WebControls.Wizard control. The Wizard.CancelButtonStyle property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style object that 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.CancelButtonStyle property are merged with the style settings for the Wizard.NavigationButtonStyle property. Any setting that is applied in the Wizard.CancelButtonStyle property overrides the corresponding setting in the Wizard.NavigationButtonStyle property.