MobileControl.LastPage プロパティ

定義

指定したコントロールが表示されるフォームの最後のページを返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

プロパティ値

指定したコントロールが表示されるフォームの最後のページ。

属性

注釈

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

適用対象

こちらもご覧ください