PasswordRecovery.SubmitButtonStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public Style get_SubmitButtonStyle ()
public function get SubmitButtonStyle () : Style
Not applicable.
Property Value
A reference to the Style that contains properties that define the appearance of the Submit buttons.The SubmitButtonStyle property defines the appearance of Submit buttons in the PasswordRecovery control. This property is read-only; however, you can set the properties of the Style object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, SubmitButtonStyle-ForeColor). You can also set the properties programmatically in the form Property.Subproperty (for example, SubmitButtonStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
The style settings for the SubmitButtonStyle property are merged with the style settings for the PasswordRecovery control. Any settings made in the SubmitButtonStyle property override the corresponding settings in properties of the PasswordRecovery control.
The following PasswordRecovery properties are overridden by SubmitButtonStyle settings:
When you use templates to define the appearance of the initial or Question view of the PasswordRecovery control, the SubmitButtonStyle property has no effect.