ChangePassword.ChangePasswordButtonType 속성

정의

ChangePassword 컨트롤의 암호 변경 단추를 렌더링할 때 사용할 단추 형식을 가져오거나 설정합니다.

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

속성 값

ButtonType

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

예외

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

설명

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

적용 대상

추가 정보