PasswordRecovery.UserNameLabelText プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As PasswordRecovery Dim value As String value = instance.UserNameLabelText instance.UserNameLabelText = value
[LocalizableAttribute(true)] public: virtual property String^ UserNameLabelText { String^ get (); void set (String^ value); }
/** @property */ public String get_UserNameLabelText () /** @property */ public void set_UserNameLabelText (String value)
public function get UserNameLabelText () : String public function set UserNameLabelText (value : String)
[ユーザー名] ボックスのラベル。既定値は、"ユーザー名:" です。

UserNameLabelText プロパティには、UserName ボックスのラベル テキストが格納されます。
LabelStyle プロパティのスタイル設定は、UserNameLabelText プロパティの外観を定義します。
UserNameTemplate プロパティにテンプレートを割り当てた場合、UserNameLabelText プロパティは無効になります。
プロパティの既定のテキストは、サーバーのロケール設定に基づいてローカライズされます。
このプロパティの値は、設定時に、デザイナ ツールを使用してリソース ファイルに自動的に保存できます。詳細については、LocalizableAttribute、ASP.NET のグローバリゼーションおよびローカリゼーション の各トピックを参照してください。

UserNameLabelText プロパティを "Your user name:" に設定するコード例を次に示します。
<%@ Page Language="VB" %> <html> <head> </head> <body> <form runat="server"> <asp:PasswordRecovery id="PasswordRecovery1" runat="server" UserNameLabelText="Your user name:" QuestionLabelText="Answer this question:" AnswerLabelText="Your answer:"> <LabelStyle font-bold="True" forecolor="White" backcolor="Navy"> </LabelStyle> </asp:PasswordRecovery> </form> </body> </html>
<%@ Page Language="C#" %> <html> <head> </head> <body> <form runat="server"> <asp:PasswordRecovery id="PasswordRecovery1" runat="server" AnswerLabelText="Your answer:" QuestionLabelText="Answer this question:" UserNameLabelText="Your user name:"> <LabelStyle font-bold="True" forecolor="White" backcolor="Navy"> </LabelStyle> </asp:PasswordRecovery> </form> </body> </html>

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPasswordRecovery.UserNameLabelText プロパティを検索する場合は、下記のリンクをクリックしてください。

- PasswordRecovery.UserNameLabelText プロパティのページへのリンク