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

属性值

显示指定控件的窗体的最后一页。

属性

注解

此属性用于窗体分页。

适用于

另请参阅