Wizard.StepPreviousButtonID Campo

Definição

Recupera o identificador associado ao botão Anterior.Retrieves the identifier that is associated with the Previous button. Este campo é estático e somente leitura.This field is static and read-only.

protected: static initonly System::String ^ StepPreviousButtonID;
protected static readonly string StepPreviousButtonID;
 staticval mutable StepPreviousButtonID : string
Protected Shared ReadOnly StepPreviousButtonID As String 

Valor do campo

String

Comentários

O StepPreviousButtonID campo é usado principalmente pelos desenvolvedores de controle.The StepPreviousButtonID field is used primarily by control developers. O valor de StepPreviousButtonID é "StepPreviousButton" .The value for the StepPreviousButtonID is "StepPreviousButton".

Aplica-se a

Confira também