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

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

PasswordRecovery.TitleTextStyle プロパティ

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

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

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

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

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

プロパティ
PasswordRecovery コントロールタイトル テキスト外観定義するプロパティ格納している TableItemStyle への参照

解説解説

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

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

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

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

テンプレート使用して PasswordRecovery コントロール外観定義した場合TitleTextStyle プロパティ無効になります

使用例使用例

TitleTextStyle プロパティ使用して、UserNameTitleText プロパティと QuestionTitleText プロパティ外観変更するコード例次に示します

<%@ page language="VB" %>

<script runat="server">

  
  Sub PasswordRecovery1_UserLookupError(ByVal
 sender As Object, ByVal
 e As System.EventArgs)
    PasswordRecovery1.UserNameTitleText = "Try again"
    PasswordRecovery1.TitleTextStyle.ForeColor = System.Drawing.Color.Red
  End Sub
  
  Sub PasswordRecovery1_AnswerLookupError(ByVal
 sender As Object, ByVal
 e As System.EventArgs)
    PasswordRecovery1.QuestionTitleText = "Try again"
    PasswordRecovery1.TitleTextStyle.ForeColor = System.Drawing.Color.Red
  End Sub
</script>

<html>
<body>
<form runat="server">
  <asp:passwordrecovery id="PasswordRecovery1"
 runat="server" 
    questiontitletext="Password Confirmation Question"
    usernametitletext="Get a new password" OnUserLookupError="PasswordRecovery1_UserLookupError"
 OnAnswerLookupError="PasswordRecovery1_AnswerLookupError">
    <titletextstyle 
      font-names="Arial" 
      font-bold="True" 
      forecolor="White" 
      backcolor="Gray">
    </titletextstyle>
  </asp:passwordrecovery>

</form>
</body>
</html>
<%@ page language="C#" %>

<script runat="server">

  void PasswordRecovery1_UserLookupError(object sender, EventArgs
 e)
  {
    PasswordRecovery1.UserNameTitleText = "Try again";
    PasswordRecovery1.TitleTextStyle.ForeColor = System.Drawing.Color.Red;
  }
  
  void PasswordRecovery1_AnswerLookupError(object sender, EventArgs
 e)
  {
    PasswordRecovery1.QuestionTitleText = "Try again";
    PasswordRecovery1.TitleTextStyle.ForeColor = System.Drawing.Color.Red;
  }
  
</script>

<html>
<body>
<form runat="server">
  <asp:passwordrecovery id="PasswordRecovery1" runat="server"
 
    questiontitletext="Password Confirmation Question"
    usernametitletext="Get a new password" OnUserLookupError="PasswordRecovery1_UserLookupError"
 OnAnswerLookupError="PasswordRecovery1_AnswerLookupError">
    <titletextstyle 
      font-names="Arial" 
      font-bold="True" 
      forecolor="White" 
      backcolor="Gray">
    </titletextstyle>
  </asp:passwordrecovery>

</form>
</body>
</html>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PasswordRecovery クラス
PasswordRecovery メンバ
System.Web.UI.WebControls 名前空間
UserNameTitleText
PasswordRecovery.QuestionTitleText プロパティ
その他の技術情報
ASP.NET ログイン コントロール概要



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS