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

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

Login.InstructionText プロパティ

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

ユーザー用のログイン指示テキスト取得または設定します

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

<LocalizableAttribute(True)> _
Public Overridable Property
 InstructionText As String
Dim instance As Login
Dim value As String

value = instance.InstructionText

instance.InstructionText = value
[LocalizableAttribute(true)] 
public virtual string InstructionText { get;
 set; }
[LocalizableAttribute(true)] 
public:
virtual property String^ InstructionText {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_InstructionText ()

/** @property */
public void set_InstructionText (String value)
public function get InstructionText
 () : String

public function set InstructionText
 (value : String)

プロパティ
ユーザー表示するログイン指示テキスト既定値Empty です。

解説解説
使用例使用例

InstructionText プロパティ使用してLogin コントロール指示テキスト挿入するコード例次に示します

<%@ Page Language="VB" AutoEventWireup="False"%>
<html>
<head>
</head>
<body>
    <form runat="server">
        <asp:Login id="Login1" runat="server"
 
            InstructionText="Enter your user name and password
 to log in.">
        <InstructionTextStyle Font-Bold="True"
 ForeColor="#E0E0E0" BackColor="Gray"></InstructionTextStyle>
        </asp:Login>
    </form>
</body>
</html>
<%@ Page Language="C#" AutoEventWireup="False"%>
<html>
<head>
</head>
<body>
    <form runat="server">
        <asp:Login id="Login1" runat="server" 
            InstructionText="Enter your user name and password to log in.">
        <InstructionTextStyle Font-Bold="True" ForeColor="#E0E0E0"
 BackColor="Gray"></InstructionTextStyle>
        </asp:Login>
    </form>
</body>
</html>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS