CreateUserWizard.EmailLabelText 속성

정의

전자 메일 텍스트 상자에 대한 레이블의 텍스트를 가져오거나 설정합니다.

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

속성 값

전자 메일 텍스트 상자를 식별하는 레이블 텍스트입니다. 기본값은 "Email:"입니다. 컨트롤의 기본 텍스트는 서버의 현재 로캘에 따라 지역화됩니다.

설명

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

적용 대상

추가 정보