CreateUserWizard.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 참조 하세요.

적용 대상

추가 정보