次の方法で共有


Form.CurrentPage プロパティ

定義

アクティブ フォーム内の現在のページのインデックスを取得または設定します。 既定値は 0 です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property int CurrentPage { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int CurrentPage { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CurrentPage : int with get, set
Public Property CurrentPage As Integer

プロパティ値

アクティブ フォーム内の現在のページのインデックス。

属性

注釈

このプロパティは、フォームの改ページ位置付けに使用されます。

適用対象

こちらもご覧ください