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全球化和本地化

适用于

另请参阅