ChangePassword.PasswordLabelText 속성

정의

현재 암호 텍스트 상자의 레이블 텍스트를 가져오거나 설정합니다.

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

속성 값

현재 암호 텍스트 상자 옆에 표시할 텍스트입니다. 기본값은 "Password:"입니다.

설명

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

적용 대상

추가 정보