Wizard.StartNextButtonStyle Propriedade
Definição
public:
property System::Web::UI::WebControls::Style ^ StartNextButtonStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style StartNextButtonStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.StartNextButtonStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property StartNextButtonStyle As Style
Valor da propriedade
Uma referência ao Style que define as configurações de estilo para Avançar no Start de Wizard .A reference to the Style that defines the style settings for Next on the Start of the Wizard.
- Atributos
Comentários
A StartNextButtonStyle propriedade define a aparência do botão Next na Start etapa do Wizard controle.The StartNextButtonStyle property defines the appearance for the Next button on the Start step of the Wizard control. A StartNextButtonStyle propriedade é somente leitura; no entanto, você pode definir as propriedades do Style objeto que ele retorna.The StartNextButtonStyle property is read-only; however, you can set the properties of the Style object that it returns. Você pode definir essas propriedades de forma declarativa no formulário Property-Subproperty , em que Subproperty representa uma propriedade da Style classe (por exemplo, CancelButtonStyle-ForeColor ).You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, CancelButtonStyle-ForeColor). Você pode definir uma propriedade programaticamente no formulário Property.Subproperty (por exemplo, CancelButtonStyle.ForeColor ).You can set a property programmatically in the form Property.Subproperty (for example, CancelButtonStyle.ForeColor).
As configurações comuns incluem cor de plano de fundo personalizada, cor do texto e propriedades da fonte.Common settings include custom background color, text color, and font properties. As configurações de estilo da StartNextButtonStyle propriedade são mescladas com as configurações de estilo da NavigationButtonStyle propriedade.The style settings for the StartNextButtonStyle property are merged with the style settings for the NavigationButtonStyle property. Qualquer configuração aplicada na StartNextButtonStyle propriedade substitui a configuração correspondente na NavigationButtonStyle propriedade.Any setting that is applied in the StartNextButtonStyle property overrides the corresponding setting in the NavigationButtonStyle property.