Share via


MobileControl.LastPage 屬性

定義

傳回顯示所指定控制項之表單的最後一頁。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

顯示所指定控制項之表單的最後一頁。

屬性

備註

此屬性用於表單分頁。

適用於

另請參閱