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

속성 값

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

설명

설정 시 이 속성의 값은 디자이너 도구를 사용하여 리소스 파일에 자동으로 저장할 수 있습니다. 자세한 내용은 LocalizableAttribute 참조 하세요.

적용 대상

추가 정보