Wizard.MoveCompleteCommandName Campo

Definição

Recupera o nome do comando associado ao botão Concluir.Retrieves the command name that is associated with the Finish button. Este campo é estático e somente leitura.This field is static and read-only.

public: static initonly System::String ^ MoveCompleteCommandName;
public static readonly string MoveCompleteCommandName;
 staticval mutable MoveCompleteCommandName : string
Public Shared ReadOnly MoveCompleteCommandName As String 

Valor do campo

String

Comentários

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

Aplica-se a

Confira também