ChangePassword.CancelButtonType Propriedade

Definição

Obtém ou define o tipo de botão a usar para o botão Cancelar ao renderizar o ChangePassword controlo.

public:
 virtual property System::Web::UI::WebControls::ButtonType CancelButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType CancelButtonType { get; set; }
member this.CancelButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property CancelButtonType As ButtonType

Valor de Propriedade

Um ButtonType objeto que define o tipo de botão a renderizar para o botão Cancelar. O valor da propriedade pode ser um dos três ButtonType valores de enumeração: Button, Image, ou Link. A predefinição é Button.

Exceções

O especificado ButtonType não é um dos valores ButtonType .

Observações

A CancelButtonType propriedade recebe ou define o tipo (Button, Image, ou Link) o botão Cancelar para usar ao renderizar o ChangePassword controlo.

Aplica-se a

Ver também