ChangePassword.ContinueButtonText 속성

정의

ChangePassword 컨트롤의 성공 뷰에서 계속 단추에 표시되는 텍스트를 가져오거나 설정합니다.

public:
 virtual property System::String ^ ContinueButtonText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContinueButtonText { get; set; }
member this.ContinueButtonText : string with get, set
Public Overridable Property ContinueButtonText As String

속성 값

String

계속 단추에 표시되는 텍스트입니다. 기본값은 "계속"입니다.

설명

이 속성의 값으로 설정 된 경우 디자이너 도구를 사용 하 여 리소스 파일에 자동으로 저장 될 수 있습니다. 자세한 내용은 LocalizableAttribute 하 고 전역화 및 지역화합니다.

적용 대상

추가 정보