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

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

PagerStyle.PageLabel プロパティ

現在のページ使用するラベル取得または設定します既定値空の文字列 ("") です。

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

<BindableAttribute(True)> _
Public Property PageLabel As
 String
Dim instance As PagerStyle
Dim value As String

value = instance.PageLabel

instance.PageLabel = value
[BindableAttribute(true)] 
public string PageLabel { get;
 set; }
[BindableAttribute(true)] 
public:
property String^ PageLabel {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PageLabel ()

/** @property */
public void set_PageLabel (String value)

プロパティ
現在のページ使用するラベル

解説解説
使用例使用例

PageLabel プロパティ使用してページ ラベルを "Go to page" に設定する方法次の例に示します

Private Sub Page_Load(ByVal
 sender As System.Object, _
    ByVal e As System.EventArgs) Handles
 MyBase.Load
    If Not IsPostBack
        Form1.PagerStyle.NextPageText = "2"
    End If
    Form1.PagerStyle.StyleReference = "title"
    Form1.PagerStyle.PageLabel = "Go to page"
End Sub
void Page_Load(object sender, EventArgs e)
{
    if(!IsPostBack)
    {
        Form1.PagerStyle.NextPageText = "2";
    }
    Form1.PagerStyle.StyleReference = "title";
    Form1.PagerStyle.PageLabel = "Go to page"
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS