MobileControl.LastPage プロパティ

定義

指定したコントロールが表示されるフォームの最後のページを返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

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

属性

注釈

このプロパティは、フォームの改ページ位置を変更するために使用されます。

適用対象

こちらもご覧ください