ChangePassword.ContinueButtonType 속성

정의

ChangePassword 컨트롤에 대한 계속 단추를 렌더링할 때 사용할 단추 형식을 가져오거나 설정합니다.

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

속성 값

ButtonType

계속 단추에 대해 렌더링할 단추 형식을 정의하는 ButtonType 개체입니다. 속성 값은 세 가지 ButtonType 열거형 값인 Button, Image 또는 Link 중 하나가 될 수 있습니다. 기본값은 Button입니다.

예외

지정된 ButtonTypeButtonType 값 중 하나가 아닌 경우

설명

ContinueButtonType 속성 종류를 가져오거나 설정 합니다. (Button, Image, 또는 Link) 렌더링할 때 사용할 암호 변경 단추는 ChangePassword 제어 합니다.

적용 대상

추가 정보