Aracılığıyla paylaş


ChangePassword.ContinueButtonType Özellik

Tanım

Denetim için ChangePassword Devam düğmesini oluştururken kullanılacak düğme türünü alır veya ayarlar.

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

Özellik Değeri

ButtonType Devam düğmesi için işlenmek üzere düğme türünü tanımlayan nesne. Özellik değeri üç ButtonType numaralandırma değerinden biri olabilir: Button, Imageveya Link. Varsayılan değer: Button.

Özel durumlar

Belirtilen ButtonType değerlerden biri ButtonType değil.

Açıklamalar

özelliği, ContinueButtonType denetimi oluştururken ChangePassword kullanılacak parola değiştir düğmesinin türünü (Button, Imageveya ) alır veya Link) ayarlar.

Şunlara uygulanır

Ayrıca bkz.