PasswordRecovery.LabelStyle プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PasswordRecovery.LabelStyle プロパティの意味・解説 

PasswordRecovery.LabelStyle プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

PasswordRecovery コントロールテキスト ボックスラベル外観定義するスタイル プロパティコレクションへの参照取得します

名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public ReadOnly Property
 LabelStyle As TableItemStyle
Dim instance As PasswordRecovery
Dim value As TableItemStyle

value = instance.LabelStyle
public TableItemStyle LabelStyle { get; }
public:
property TableItemStyle^ LabelStyle {
    TableItemStyle^ get ();
}
/** @property */
public TableItemStyle get_LabelStyle ()
public function get LabelStyle
 () : TableItemStyle

プロパティ
テキスト ボックスラベル外観定義するプロパティ格納している TableItemStyle への参照

解説解説

LabelStyle プロパティは、PasswordRecovery コントロールテキスト ボックスラベル外観定義します。このプロパティ読み取り専用です。ただし、このプロパティ返す Style オブジェクトプロパティ設定することはできます。これらのプロパティは、Property-Subproperty形式で、宣言によって設定できます。ここで、SubpropertyStyle クラスプロパティ表します (例 : LabelStyle-ForeColor)。Property.Subproperty形式プロパティプログラムによって設定することもできます (例 : LabelStyle.ForeColor)。

共通設定には、カスタム背景色テキストの色、およびフォントプロパティ含まれます。

LabelStyle プロパティは、次のプロパティ外観定義します

  • AnswerLabelText

  • QuestionLabelText

  • UserNameLabelText

LabelStyle プロパティスタイル設定は、PasswordRecovery コントロールスタイル設定マージされますLabelStyle プロパティ行われた設定は、PasswordRecovery コントロールプロパティ対応する設定オーバーライドます。

PasswordRecovery次のプロパティは、LabelStyle 設定によってオーバーライドされます

テンプレート使用してPasswordRecovery コントロールユーザー名ビューおよび質問ビュー外観定義した場合LabelStyle プロパティ無効になります

使用例使用例

LabelStyle プロパティ使用してPasswordRecovery コントロールテキスト ボックスラベル外観変更するコード例次に示します

<%@ 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>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PasswordRecovery クラス
PasswordRecovery メンバ
System.Web.UI.WebControls 名前空間
PasswordRecovery.AnswerLabelText プロパティ
QuestionLabelText
UserNameLabelText
Style
その他の技術情報
ASP.NET ログイン コントロール概要



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

PasswordRecovery.LabelStyle プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



PasswordRecovery.LabelStyle プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS